@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-29T14:11:29.890-05:00[America/Chicago]") public class AgentPool extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_AGENTS  | 
static String | 
JSON_PROPERTY_ID  | 
static String | 
JSON_PROPERTY_NAME  | 
static String | 
JSON_PROPERTY_OPERATIONAL_STATUS  | 
static String | 
JSON_PROPERTY_TYPE  | 
| Constructor and Description | 
|---|
AgentPool()  | 
| Modifier and Type | Method and Description | 
|---|---|
AgentPool | 
addAgentsItem(Agent agentsItem)  | 
AgentPool | 
agents(List<Agent> agents)  | 
boolean | 
equals(Object o)  | 
List<Agent> | 
getAgents()
Get agents 
 | 
String | 
getId()
Get id 
 | 
String | 
getName()
Get name 
 | 
OperationalStatus | 
getOperationalStatus()
Get operationalStatus 
 | 
AgentType | 
getType()
Get type 
 | 
int | 
hashCode()  | 
AgentPool | 
name(String name)  | 
AgentPool | 
operationalStatus(OperationalStatus operationalStatus)  | 
void | 
setAgents(List<Agent> agents)  | 
void | 
setName(String name)  | 
void | 
setOperationalStatus(OperationalStatus operationalStatus)  | 
void | 
setType(AgentType type)  | 
String | 
toString()  | 
AgentPool | 
type(AgentType type)  | 
public static final String JSON_PROPERTY_AGENTS
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_OPERATIONAL_STATUS
public static final String JSON_PROPERTY_TYPE
public void setName(String name)
public AgentPool operationalStatus(OperationalStatus operationalStatus)
@Nullable public OperationalStatus getOperationalStatus()
public void setOperationalStatus(OperationalStatus operationalStatus)
public void setType(AgentType type)
Copyright © 2017–2023 Okta. All rights reserved.