public class SessionConfiguration extends Reference
session_configuration asset type in IGC, displayed as 'Session Configuration' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Number |
maxSessions |
protected String |
name |
protected Number |
timeToLive |
protected Number |
wakeUpInterval |
| Constructor and Description |
|---|
SessionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Number |
getMaxSessions()
Retrieve the
max_sessions property (displayed as 'Max Sessions') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
Number |
getTimeToLive()
Retrieve the
time_to_live property (displayed as 'Time To Live') of the object. |
Number |
getWakeUpInterval()
Retrieve the
wake_up_interval property (displayed as 'Wake Up Interval') of the object. |
void |
setMaxSessions(Number maxSessions)
Set the
max_sessions property (displayed as Max Sessions) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setTimeToLive(Number timeToLive)
Set the
time_to_live property (displayed as Time To Live) of the object. |
void |
setWakeUpInterval(Number wakeUpInterval)
Set the
wake_up_interval property (displayed as Wake Up Interval) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected Number maxSessions
protected String name
protected Number timeToLive
protected Number wakeUpInterval
public Number getMaxSessions()
max_sessions property (displayed as 'Max Sessions') of the object.Numberpublic void setMaxSessions(Number maxSessions)
max_sessions property (displayed as Max Sessions) of the object.maxSessions - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic Number getTimeToLive()
time_to_live property (displayed as 'Time To Live') of the object.Numberpublic void setTimeToLive(Number timeToLive)
time_to_live property (displayed as Time To Live) of the object.timeToLive - the value to setpublic Number getWakeUpInterval()
wake_up_interval property (displayed as 'Wake Up Interval') of the object.Numberpublic void setWakeUpInterval(Number wakeUpInterval)
wake_up_interval property (displayed as Wake Up Interval) of the object.wakeUpInterval - the value to setCopyright © 2018–2021 ODPi. All rights reserved.