public class ReadPresetResult extends Object implements Serializable
 The ReadPresetResponse structure.
 
| Constructor and Description | 
|---|
ReadPresetResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
Preset | 
getPreset()
A section of the response body that provides information about the
 preset. 
 | 
int | 
hashCode()  | 
void | 
setPreset(Preset preset)
A section of the response body that provides information about the
 preset. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
ReadPresetResult | 
withPreset(Preset preset)
A section of the response body that provides information about the
 preset. 
 | 
public Preset getPreset()
public void setPreset(Preset preset)
preset - A section of the response body that provides information about the
         preset.public ReadPresetResult withPreset(Preset preset)
Returns a reference to this object so that method calls can be chained together.
preset - A section of the response body that provides information about the
         preset.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.