@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class HostBatchCreateIfaceInput extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_FUNCTION |
static String |
SERIALIZED_NAME_GATEWAY_IP |
static String |
SERIALIZED_NAME_IP |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_NETMASK |
| 构造器和说明 |
|---|
HostBatchCreateIfaceInput() |
| 限定符和类型 | 方法和说明 |
|---|---|
HostBatchCreateIfaceInput |
addNameItem(String nameItem) |
boolean |
equals(Object o) |
HostBatchCreateIfaceInput |
function(HostBatchCreateIfaceFunction function) |
HostBatchCreateIfaceInput |
gatewayIp(String gatewayIp) |
HostBatchCreateIfaceFunction |
getFunction()
Get function
|
String |
getGatewayIp()
Get gatewayIp
|
String |
getIp()
Get ip
|
List<String> |
getName()
Get name
|
String |
getNetmask()
Get netmask
|
int |
hashCode() |
HostBatchCreateIfaceInput |
ip(String ip) |
HostBatchCreateIfaceInput |
name(List<String> name) |
HostBatchCreateIfaceInput |
netmask(String netmask) |
void |
setFunction(HostBatchCreateIfaceFunction function) |
void |
setGatewayIp(String gatewayIp) |
void |
setIp(String ip) |
void |
setName(List<String> name) |
void |
setNetmask(String netmask) |
String |
toString() |
public HostBatchCreateIfaceInput netmask(String netmask)
public void setNetmask(String netmask)
public HostBatchCreateIfaceInput name(List<String> name)
public HostBatchCreateIfaceInput addNameItem(String nameItem)
public HostBatchCreateIfaceInput ip(String ip)
public void setIp(String ip)
public HostBatchCreateIfaceInput gatewayIp(String gatewayIp)
public void setGatewayIp(String gatewayIp)
public HostBatchCreateIfaceInput function(HostBatchCreateIfaceFunction function)
@Nonnull public HostBatchCreateIfaceFunction getFunction()
public void setFunction(HostBatchCreateIfaceFunction function)
Copyright © 2025. All rights reserved.