Package com.okta.sdk.resource.model
Class EventHookChannel
java.lang.Object
com.okta.sdk.resource.model.EventHookChannel
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class EventHookChannel
extends Object
implements Serializable
EventHookChannel
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfig(EventHookChannelConfig config) booleanGet configgetType()Get typeGet versioninthashCode()voidsetConfig(EventHookChannelConfig config) voidsetType(EventHookChannelType type) voidsetVersion(String version) toString()type(EventHookChannelType type)
-
Field Details
-
JSON_PROPERTY_CONFIG
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
EventHookChannel
public EventHookChannel()
-
-
Method Details
-
config
-
getConfig
Get config- Returns:
- config
-
setConfig
-
type
-
getType
Get type- Returns:
- type
-
setType
-
version
-
getVersion
Get version- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-