public class GetDevicePoolResult extends Object implements Serializable, Cloneable
Represents the result of a get device pool request.
Constructor and Description |
---|
GetDevicePoolResult() |
Modifier and Type | Method and Description |
---|---|
GetDevicePoolResult |
clone() |
boolean |
equals(Object obj) |
DevicePool |
getDevicePool()
Returns the value of the DevicePool property for this object.
|
int |
hashCode() |
void |
setDevicePool(DevicePool devicePool)
Sets the value of the DevicePool property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDevicePoolResult |
withDevicePool(DevicePool devicePool)
Sets the value of the DevicePool property for this object.
|
public void setDevicePool(DevicePool devicePool)
devicePool
- The new value for the DevicePool property for this object.public DevicePool getDevicePool()
public GetDevicePoolResult withDevicePool(DevicePool devicePool)
devicePool
- The new value for the DevicePool property for this object.public String toString()
toString
in class Object
Object.toString()
public GetDevicePoolResult clone()
Copyright © 2015. All rights reserved.