public class RetrieveEnvironmentInfoResult extends Object implements Serializable, Cloneable
Result message containing a description of the requested environment info.
Constructor and Description |
---|
RetrieveEnvironmentInfoResult() |
Modifier and Type | Method and Description |
---|---|
RetrieveEnvironmentInfoResult |
clone() |
boolean |
equals(Object obj) |
List<EnvironmentInfoDescription> |
getEnvironmentInfo()
The EnvironmentInfoDescription of the environment.
|
int |
hashCode() |
void |
setEnvironmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RetrieveEnvironmentInfoResult |
withEnvironmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.
|
RetrieveEnvironmentInfoResult |
withEnvironmentInfo(EnvironmentInfoDescription... environmentInfo)
The EnvironmentInfoDescription of the environment.
|
public List<EnvironmentInfoDescription> getEnvironmentInfo()
The EnvironmentInfoDescription of the environment.
public void setEnvironmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.
environmentInfo
- The EnvironmentInfoDescription of the environment.public RetrieveEnvironmentInfoResult withEnvironmentInfo(EnvironmentInfoDescription... environmentInfo)
The EnvironmentInfoDescription of the environment.
NOTE: This method appends the values to the existing list (if
any). Use setEnvironmentInfo(java.util.Collection)
or
withEnvironmentInfo(java.util.Collection)
if you want to
override the existing values.
environmentInfo
- The EnvironmentInfoDescription of the environment.public RetrieveEnvironmentInfoResult withEnvironmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.
environmentInfo
- The EnvironmentInfoDescription of the environment.public String toString()
toString
in class Object
Object.toString()
public RetrieveEnvironmentInfoResult clone()
Copyright © 2015. All rights reserved.