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="2024-09-23T08:35:59.300824-05: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
Modifier and TypeClassDescriptionstatic enum
Indicates whether the Security Events Provider is active or not -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
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 Providerint
hashCode()
links
(LinksSelfAndLifecycle links) void
setLinks
(LinksSelfAndLifecycle links) void
void
void
toString()
-
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
-