Package com.okta.sdk.resource.model
Class IdentitySourceSession
java.lang.Object
com.okta.sdk.resource.model.IdentitySourceSession
- 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 IdentitySourceSession
extends Object
implements Serializable
IdentitySourceSession
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get createdgetId()
Get idGet identitySourceIdGet importTypeGet lastUpdatedGet statusint
hashCode()
void
setStatus
(IdentitySourceSessionStatus status) status
(IdentitySourceSessionStatus status) toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_IDENTITY_SOURCE_ID
- See Also:
-
JSON_PROPERTY_IMPORT_TYPE
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
-
Constructor Details
-
IdentitySourceSession
public IdentitySourceSession()
-
-
Method Details
-
getCreated
Get created- Returns:
- created
-
getId
Get id- Returns:
- id
-
getIdentitySourceId
Get identitySourceId- Returns:
- identitySourceId
-
getImportType
Get importType- Returns:
- importType
-
getLastUpdated
Get lastUpdated- Returns:
- lastUpdated
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-