Package org.openapitools.client.model
Class AgentPoolUpdate
java.lang.Object
org.openapitools.client.model.AgentPoolUpdate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class AgentPoolUpdate
extends Object
Various information about agent auto update configuration
-
Field Summary
Fields -
Constructor Summary
Constructors -
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()
links
(HrefObject links) notifyAdmin
(Boolean notifyAdmin) schedule
(AutoUpdateSchedule schedule) void
void
setAgentType
(AgentType agentType) void
setEnabled
(Boolean enabled) void
setLinks
(HrefObject links) 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
-