public class DescribeNetworkInterfacesResult extends Result
| コンストラクタと説明 |
|---|
DescribeNetworkInterfacesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.List<NetworkInterfaceSet> |
getNetworkInterfaceSets()
ネットワークインターフェースの情報セットを取得します。
|
java.lang.String |
getRequestId()
リクエスト識別子を取得します。
|
void |
setNetworkInterfaceSets(java.util.List<NetworkInterfaceSet> networkInterfaceSets)
ネットワークインターフェースの情報セットを設定します。
|
void |
setRequestId(java.lang.String requestId)
リクエスト識別子を設定します。
|
java.lang.String |
toString() |
DescribeNetworkInterfacesResult |
withNetworkInterfaceSets(java.util.Collection<NetworkInterfaceSet> networkInterfaceSets)
ネットワークインターフェースの情報セットを設定し、自オブジェクトを返します。
|
DescribeNetworkInterfacesResult |
withNetworkInterfaceSets(NetworkInterfaceSet... networkInterfaceSets)
ネットワークインターフェースの情報セットの配列を設定し、自オブジェクトを返します。
|
DescribeNetworkInterfacesResult |
withRequestId(java.lang.String requestId)
リクエスト識別子を設定し、自オブジェクトを返します。
|
getProxy, getQueryString, getRequestHeader, getReseponseHeader, getResponseXml, getStatus, getStatusText, getUrl, getUserAgent, setProxy, setQueryString, setRequestHeader, setReseponseHeader, setResponseXml, setStatus, setStatusText, setUrl, setUserAgentpublic java.lang.String getRequestId()
public void setRequestId(java.lang.String requestId)
requestId - リクエスト識別子public DescribeNetworkInterfacesResult withRequestId(java.lang.String requestId)
requestId - リクエスト識別子public java.util.List<NetworkInterfaceSet> getNetworkInterfaceSets()
public void setNetworkInterfaceSets(java.util.List<NetworkInterfaceSet> networkInterfaceSets)
networkInterfaceSets - ネットワークインターフェースの情報セットpublic DescribeNetworkInterfacesResult withNetworkInterfaceSets(NetworkInterfaceSet... networkInterfaceSets)
networkInterfaceSets - ネットワークインターフェースの情報セットの配列public DescribeNetworkInterfacesResult withNetworkInterfaceSets(java.util.Collection<NetworkInterfaceSet> networkInterfaceSets)
networkInterfaceSets - ネットワークインターフェースの情報セットpublic java.lang.String toString()
toString クラス内 java.lang.ObjectCopyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.