public class GetHostnameSuggestionResult
extends java.lang.Object
implements java.io.Serializable
Contains the response to a GetHostnameSuggestion request.
| コンストラクタと説明 |
|---|
GetHostnameSuggestionResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getHostname()
The generated host name.
|
java.lang.String |
getLayerId()
The layer ID.
|
int |
hashCode() |
void |
setHostname(java.lang.String hostname)
The generated host name.
|
void |
setLayerId(java.lang.String layerId)
The layer ID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetHostnameSuggestionResult |
withHostname(java.lang.String hostname)
The generated host name.
|
GetHostnameSuggestionResult |
withLayerId(java.lang.String layerId)
The layer ID.
|
public java.lang.String getLayerId()
public void setLayerId(java.lang.String layerId)
layerId - The layer ID.public GetHostnameSuggestionResult withLayerId(java.lang.String layerId)
Returns a reference to this object so that method calls can be chained together.
layerId - The layer ID.public java.lang.String getHostname()
public void setHostname(java.lang.String hostname)
hostname - The generated host name.public GetHostnameSuggestionResult withHostname(java.lang.String hostname)
Returns a reference to this object so that method calls can be chained together.
hostname - The generated host name.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