public class ReadPresetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The ReadPresetResponse
structure.
Modifier and Type | Field and Description |
---|---|
private Preset |
preset
A section of the response body that provides information about the
preset.
|
Constructor and Description |
---|
ReadPresetResult() |
Modifier and Type | Method and Description |
---|---|
ReadPresetResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private Preset preset
A section of the response body that provides information about the preset.
public void setPreset(Preset preset)
A section of the response body that provides information about the preset.
preset
- A section of the response body that provides information about the
preset.public Preset getPreset()
A section of the response body that provides information about the preset.
public ReadPresetResult withPreset(Preset preset)
A section of the response body that provides information about the preset.
preset
- A section of the response body that provides information about the
preset.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ReadPresetResult clone()
clone
in class java.lang.Object