public class ReadPresetResult
extends java.lang.Object
implements java.io.Serializable
The ReadPresetResponse structure.
| コンストラクタと説明 |
|---|
ReadPresetResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object