Package com.okta.sdk.resource.model
Class AgentPool
java.lang.Object
com.okta.sdk.resource.model.AgentPool
- 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 AgentPool
extends Object
implements Serializable
An AgentPool is a collection of agents that serve a common purpose. An AgentPool has a unique ID within an org, and
contains a collection of agents disjoint to every other AgentPool (i.e. no two AgentPools share an Agent).
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddagentsItem
(Agent agentsItem) boolean
Get agentsgetId()
Get idgetName()
Get nameGet operationalStatusgetType()
Get typeint
hashCode()
operationalStatus
(OperationalStatus operationalStatus) void
void
void
setOperationalStatus
(OperationalStatus operationalStatus) void
toString()
-
Field Details
-
JSON_PROPERTY_AGENTS
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_OPERATIONAL_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
AgentPool
public AgentPool()
-
-
Method Details
-
agents
-
addagentsItem
-
getAgents
Get agents- Returns:
- agents
-
setAgents
-
getId
Get id- Returns:
- id
-
name
-
getName
Get name- Returns:
- name
-
setName
-
operationalStatus
-
getOperationalStatus
Get operationalStatus- Returns:
- operationalStatus
-
setOperationalStatus
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-