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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class AgentPoolUpdate
extends Object
implements Serializable
Various information about agent auto update configuration
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddagentsItem
(Agent agentsItem) boolean
Get agentsGet agentTypeGet enabledgetId()
Get idgetLinks()
Get linksgetName()
Get nameGet notifyAdminGet reasonGet scheduleGet sortOrderGet statusGet targetVersionint
hashCode()
notifyAdmin
(Boolean notifyAdmin) schedule
(AutoUpdateSchedule schedule) void
void
setAgentType
(AgentType agentType) void
setEnabled
(Boolean enabled) void
void
void
setNotifyAdmin
(Boolean notifyAdmin) void
void
setSchedule
(AutoUpdateSchedule schedule) void
setSortOrder
(Integer sortOrder) void
setStatus
(AgentUpdateJobStatus status) void
setTargetVersion
(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
-