public class AgentRegistrationResults extends Object implements Serializable
| Constructor and Description |
|---|
AgentRegistrationResults() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentToken()
The agent token that the agent must use in order to communicate with the server in the future.
|
org.rhq.core.domain.cloud.composite.FailoverListComposite |
getFailoverList()
The FailoverListComposite that the agent must use in order to communicate with the server in the future.
|
void |
setAgentToken(String token)
See
getAgentToken(). |
void |
setFailoverList(org.rhq.core.domain.cloud.composite.FailoverListComposite failoverList)
See
getFailoverList(). |
String |
toString() |
public String getAgentToken()
public void setAgentToken(String token)
getAgentToken().token - public org.rhq.core.domain.cloud.composite.FailoverListComposite getFailoverList()
null but may be empty)public void setFailoverList(org.rhq.core.domain.cloud.composite.FailoverListComposite failoverList)
getFailoverList().failoverList - public String toString()
toString in class ObjectObject.toString()Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.