Package com.okta.sdk.resource.model
Class AgentPoolUpdate
java.lang.Object
com.okta.sdk.resource.model.AgentPoolUpdate
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class AgentPoolUpdate
extends Object
implements Serializable
Various information about agent auto update configuration
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAgentsItem(Agent agentsItem) booleanGet agentsGet agentTypeGet enabledgetId()Get idgetLinks()Get linksgetName()Get nameGet notifyAdminGet reasonGet scheduleGet sortOrderGet statusGet targetVersioninthashCode()notifyAdmin(Boolean notifyAdmin) schedule(AutoUpdateSchedule schedule) voidvoidsetAgentType(AgentType agentType) voidsetEnabled(Boolean enabled) voidvoidvoidsetNotifyAdmin(Boolean notifyAdmin) voidvoidsetSchedule(AutoUpdateSchedule schedule) voidsetSortOrder(Integer sortOrder) voidsetStatus(AgentUpdateJobStatus status) voidsetTargetVersion(String targetVersion) status(AgentUpdateJobStatus status) targetVersion(String targetVersion) toString()
-
Field Details
-
JSON_PROPERTY_AGENTS
- See Also:
-
JSON_PROPERTY_AGENT_TYPE
- See Also:
-
JSON_PROPERTY_ENABLED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_NOTIFY_ADMIN
- See Also:
-
JSON_PROPERTY_REASON
- See Also:
-
JSON_PROPERTY_SCHEDULE
- See Also:
-
JSON_PROPERTY_SORT_ORDER
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TARGET_VERSION
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
AgentPoolUpdate
public AgentPoolUpdate()
-
-
Method Details
-
agents
-
addAgentsItem
-
getAgents
Get agents- Returns:
- agents
-
setAgents
-
agentType
-
getAgentType
Get agentType- Returns:
- agentType
-
setAgentType
-
enabled
-
getEnabled
Get enabled- Returns:
- enabled
-
setEnabled
-
getId
Get id- Returns:
- id
-
name
-
getName
Get name- Returns:
- name
-
setName
-
notifyAdmin
-
getNotifyAdmin
Get notifyAdmin- Returns:
- notifyAdmin
-
setNotifyAdmin
-
reason
-
getReason
Get reason- Returns:
- reason
-
setReason
-
schedule
-
getSchedule
Get schedule- Returns:
- schedule
-
setSchedule
-
sortOrder
-
getSortOrder
Get sortOrder- Returns:
- sortOrder
-
setSortOrder
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
targetVersion
-
getTargetVersion
Get targetVersion- Returns:
- targetVersion
-
setTargetVersion
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-