@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class UpdateVsphereEsxiAccountParamsData extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_ESXI_ACCOUNT_ID |
static String |
SERIALIZED_NAME_IP |
static String |
SERIALIZED_NAME_PASSWORD |
static String |
SERIALIZED_NAME_PORT |
static String |
SERIALIZED_NAME_USERNAME |
| 构造器和说明 |
|---|
UpdateVsphereEsxiAccountParamsData() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
UpdateVsphereEsxiAccountParamsData |
esxiAccountId(String esxiAccountId) |
String |
getEsxiAccountId()
Get esxiAccountId
|
String |
getIp()
Get ip
|
String |
getPassword()
Get password
|
Integer |
getPort()
Get port
|
String |
getUsername()
Get username
|
int |
hashCode() |
UpdateVsphereEsxiAccountParamsData |
ip(String ip) |
UpdateVsphereEsxiAccountParamsData |
password(String password) |
UpdateVsphereEsxiAccountParamsData |
port(Integer port) |
void |
setEsxiAccountId(String esxiAccountId) |
void |
setIp(String ip) |
void |
setPassword(String password) |
void |
setPort(Integer port) |
void |
setUsername(String username) |
String |
toString() |
UpdateVsphereEsxiAccountParamsData |
username(String username) |
public UpdateVsphereEsxiAccountParamsData port(Integer port)
public void setPort(Integer port)
public UpdateVsphereEsxiAccountParamsData password(String password)
public void setPassword(String password)
public UpdateVsphereEsxiAccountParamsData username(String username)
public void setUsername(String username)
public UpdateVsphereEsxiAccountParamsData ip(String ip)
public void setIp(String ip)
public UpdateVsphereEsxiAccountParamsData esxiAccountId(String esxiAccountId)
public void setEsxiAccountId(String esxiAccountId)
Copyright © 2025. All rights reserved.