Package org.openapitools.client.model
Class OktaSignOnPolicyRuleSignonSessionActions
java.lang.Object
org.openapitools.client.model.OktaSignOnPolicyRuleSignonSessionActions
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class OktaSignOnPolicyRuleSignonSessionActions
extends Object
OktaSignOnPolicyRuleSignonSessionActions
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGet maxSessionIdleMinutesGet maxSessionLifetimeMinutesGet usePersistentCookieinthashCode()maxSessionIdleMinutes(Integer maxSessionIdleMinutes) maxSessionLifetimeMinutes(Integer maxSessionLifetimeMinutes) voidsetMaxSessionIdleMinutes(Integer maxSessionIdleMinutes) voidsetMaxSessionLifetimeMinutes(Integer maxSessionLifetimeMinutes) voidsetUsePersistentCookie(Boolean usePersistentCookie) toString()usePersistentCookie(Boolean usePersistentCookie)  
- 
Field Details
- 
JSON_PROPERTY_MAX_SESSION_IDLE_MINUTES
- See Also:
 
 - 
JSON_PROPERTY_MAX_SESSION_LIFETIME_MINUTES
- See Also:
 
 - 
JSON_PROPERTY_USE_PERSISTENT_COOKIE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
OktaSignOnPolicyRuleSignonSessionActions
public OktaSignOnPolicyRuleSignonSessionActions() 
 - 
 - 
Method Details
- 
maxSessionIdleMinutes
public OktaSignOnPolicyRuleSignonSessionActions maxSessionIdleMinutes(Integer maxSessionIdleMinutes)  - 
getMaxSessionIdleMinutes
Get maxSessionIdleMinutes- Returns:
 - maxSessionIdleMinutes
 
 - 
setMaxSessionIdleMinutes
 - 
maxSessionLifetimeMinutes
public OktaSignOnPolicyRuleSignonSessionActions maxSessionLifetimeMinutes(Integer maxSessionLifetimeMinutes)  - 
getMaxSessionLifetimeMinutes
Get maxSessionLifetimeMinutes- Returns:
 - maxSessionLifetimeMinutes
 
 - 
setMaxSessionLifetimeMinutes
 - 
usePersistentCookie
 - 
getUsePersistentCookie
Get usePersistentCookie- Returns:
 - usePersistentCookie
 
 - 
setUsePersistentCookie
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -