| コンストラクタと説明 |
|---|
NiftyDeleteDhcpIpAddressPoolRequest()
デフォルトコンストラクタ。
|
NiftyDeleteDhcpIpAddressPoolRequest(java.lang.String dhcpConfigId,
java.lang.String startIpAddress,
java.lang.String stopIpAddress)
DHCPコンフィグID,開始IPアドレス,終了IPアドレスを指定し、NiftyDeleteDhcpIpAddressPoolRequestを構築します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getDhcpConfigId()
DHCPコンフィグIDを取得します。
|
java.lang.String |
getStartIpAddress()
開始IPアドレスを取得します。
|
java.lang.String |
getStopIpAddress()
終了IPアドレスを取得します。
|
void |
setDhcpConfigId(java.lang.String dhcpConfigId)
DHCPコンフィグIDを設定します。
|
void |
setStartIpAddress(java.lang.String startIpAddress)
開始IPアドレスを設定します。
|
void |
setStopIpAddress(java.lang.String stopIpAddress)
終了IPアドレスを設定します。
|
java.lang.String |
toString() |
NiftyDeleteDhcpIpAddressPoolRequest |
withDhcpConfigId(java.lang.String dhcpConfigId)
DHCPコンフィグIDを設定し、自オブジェクトを返します。
|
NiftyDeleteDhcpIpAddressPoolRequest |
withStartIpAddress(java.lang.String startIpAddress)
開始IPアドレスを設定し、自オブジェクトを返します。
|
NiftyDeleteDhcpIpAddressPoolRequest |
withStopIpAddress(java.lang.String stopIpAddress)
終了IPアドレスを設定し、自オブジェクトを返します。
|
public NiftyDeleteDhcpIpAddressPoolRequest()
public NiftyDeleteDhcpIpAddressPoolRequest(java.lang.String dhcpConfigId,
java.lang.String startIpAddress,
java.lang.String stopIpAddress)
dhcpConfigId - DHCPコンフィグIDstartIpAddress - 開始IPアドレスstopIpAddress - 終了IPアドレスpublic java.lang.String getDhcpConfigId()
public void setDhcpConfigId(java.lang.String dhcpConfigId)
dhcpConfigId - DHCPコンフィグIDpublic NiftyDeleteDhcpIpAddressPoolRequest withDhcpConfigId(java.lang.String dhcpConfigId)
dhcpConfigId - DHCPコンフィグIDpublic java.lang.String getStartIpAddress()
public void setStartIpAddress(java.lang.String startIpAddress)
startIpAddress - 開始IPアドレスpublic NiftyDeleteDhcpIpAddressPoolRequest withStartIpAddress(java.lang.String startIpAddress)
startIpAddress - 開始IPアドレスpublic java.lang.String getStopIpAddress()
public void setStopIpAddress(java.lang.String stopIpAddress)
stopIpAddress - 終了IPアドレスpublic NiftyDeleteDhcpIpAddressPoolRequest withStopIpAddress(java.lang.String stopIpAddress)
stopIpAddress - 終了IPアドレスpublic java.lang.String toString()
toString クラス内 java.lang.ObjectCopyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.