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-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class EventHookChannel
extends Object
implements Serializable
EventHookChannel
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconfig
(EventHookChannelConfig config) boolean
Get configgetType()
Get typeGet versionint
hashCode()
void
setConfig
(EventHookChannelConfig config) void
setType
(EventHookChannelType type) void
setVersion
(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
-