@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class HostAuthInfo extends ConditionalNullable.ConditionalNullablePojo
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_DEFAULT_USER_PASSWORD |
static String |
SERIALIZED_NAME_ROOT_USER_PASSWORD |
_isPresent_| 构造器和说明 |
|---|
HostAuthInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
HostAuthInfo |
defaultUserPassword_ExplictlyNonNull() |
HostAuthInfo |
defaultUserPassword_ExplictlyNull() |
HostAuthInfo |
defaultUserPassword(String defaultUserPassword) |
boolean |
equals(Object o) |
boolean |
getDefaultUserPassword_IsExplictlyNull() |
String |
getDefaultUserPassword()
Get defaultUserPassword
|
boolean |
getRootUserPassword_IsExplictlyNull() |
String |
getRootUserPassword()
Get rootUserPassword
|
int |
hashCode() |
HostAuthInfo |
rootUserPassword_ExplictlyNonNull() |
HostAuthInfo |
rootUserPassword_ExplictlyNull() |
HostAuthInfo |
rootUserPassword(String rootUserPassword) |
void |
setDefaultUserPassword_IsExplictlyNull(boolean isExplictlyNull) |
void |
setDefaultUserPassword(String defaultUserPassword) |
void |
setRootUserPassword_IsExplictlyNull(boolean isExplictlyNull) |
void |
setRootUserPassword(String rootUserPassword) |
String |
toString() |
public static final String SERIALIZED_NAME_ROOT_USER_PASSWORD
public HostAuthInfo rootUserPassword(String rootUserPassword)
@Nullable public String getRootUserPassword()
public void setRootUserPassword(String rootUserPassword)
public HostAuthInfo rootUserPassword_ExplictlyNull()
public HostAuthInfo rootUserPassword_ExplictlyNonNull()
public void setRootUserPassword_IsExplictlyNull(boolean isExplictlyNull)
public boolean getRootUserPassword_IsExplictlyNull()
public HostAuthInfo defaultUserPassword(String defaultUserPassword)
@Nullable public String getDefaultUserPassword()
public void setDefaultUserPassword(String defaultUserPassword)
public HostAuthInfo defaultUserPassword_ExplictlyNull()
public HostAuthInfo defaultUserPassword_ExplictlyNonNull()
public void setDefaultUserPassword_IsExplictlyNull(boolean isExplictlyNull)
public boolean getDefaultUserPassword_IsExplictlyNull()
Copyright © 2025. All rights reserved.