Package com.okta.sdk.resource.model
Class SecurityEventsProviderResponse
java.lang.Object
com.okta.sdk.resource.model.SecurityEventsProviderResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-01-10T13:13:30.124931-06:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class SecurityEventsProviderResponse
extends Object
implements Serializable
The Security Events Provider response
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates whether the Security Events Provider is active or not -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()The unique identifier of this instancegetLinks()Get linksgetName()The name of the Security Events Provider instanceGet settingsIndicates whether the Security Events Provider is active or notgetType()The application type of the Security Events ProviderinthashCode()links(LinksSelfAndLifecycle links) voidsetLinks(LinksSelfAndLifecycle links) voidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SETTINGS
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
SecurityEventsProviderResponse
public SecurityEventsProviderResponse()
-
-
Method Details
-
getId
The unique identifier of this instance- Returns:
- id
-
name
-
getName
The name of the Security Events Provider instance- Returns:
- name
-
setName
-
settings
-
getSettings
Get settings- Returns:
- settings
-
setSettings
-
getStatus
Indicates whether the Security Events Provider is active or not- Returns:
- status
-
type
-
getType
The application type of the Security Events Provider- Returns:
- type
-
setType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-