Package com.okta.sdk.resource.model
Class InlineHookChannelHttp
java.lang.Object
com.okta.sdk.resource.model.InlineHookChannel
com.okta.sdk.resource.model.InlineHookChannelHttp
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class InlineHookChannelHttp
extends InlineHookChannel
implements Serializable
InlineHookChannelHttp
- See Also:
-
Field Summary
Fields inherited from class com.okta.sdk.resource.model.InlineHookChannel
JSON_PROPERTY_TYPE, JSON_PROPERTY_VERSION, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconfig
(InlineHookChannelConfig config) boolean
Get configint
hashCode()
void
setConfig
(InlineHookChannelConfig config) toString()
Methods inherited from class com.okta.sdk.resource.model.InlineHookChannel
getType, getVersion, setType, setVersion, type, version
-
Field Details
-
JSON_PROPERTY_CONFIG
- See Also:
-
-
Constructor Details
-
InlineHookChannelHttp
public InlineHookChannelHttp()
-
-
Method Details
-
config
-
getConfig
Get config- Returns:
- config
-
setConfig
-
equals
- Overrides:
equals
in classInlineHookChannel
-
hashCode
public int hashCode()- Overrides:
hashCode
in classInlineHookChannel
-
toString
- Overrides:
toString
in classInlineHookChannel
-