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-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
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
-
setAgents
-
agentType
-
getAgentType
-
setAgentType
-
enabled
-
getEnabled
-
setEnabled
-
getId
-
name
-
getName
-
setName
-
notifyAdmin
-
getNotifyAdmin
-
setNotifyAdmin
-
reason
-
getReason
-
setReason
-
schedule
-
getSchedule
-
setSchedule
-
sortOrder
-
getSortOrder
-
setSortOrder
-
status
-
getStatus
-
setStatus
-
targetVersion
-
getTargetVersion
-
setTargetVersion
-
links
-
getLinks
-
setLinks
-
equals
-
hashCode
-
toString
-