public class CloudBaseRunImageSecretInfo extends AbstractModel
Constructor and Description |
---|
CloudBaseRunImageSecretInfo() |
CloudBaseRunImageSecretInfo(CloudBaseRunImageSecretInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Get 邮箱
|
String |
getPassword()
Get 仓库密码
|
String |
getRegistryServer()
Get 镜像地址
|
String |
getUserName()
Get 用户名
|
void |
setEmail(String Email)
Set 邮箱
|
void |
setPassword(String Password)
Set 仓库密码
|
void |
setRegistryServer(String RegistryServer)
Set 镜像地址
|
void |
setUserName(String UserName)
Set 用户名
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CloudBaseRunImageSecretInfo()
public CloudBaseRunImageSecretInfo(CloudBaseRunImageSecretInfo source)
public String getRegistryServer()
public void setRegistryServer(String RegistryServer)
RegistryServer
- 镜像地址public String getUserName()
public void setUserName(String UserName)
UserName
- 用户名public String getPassword()
public void setPassword(String Password)
Password
- 仓库密码public String getEmail()
public void setEmail(String Email)
Email
- 邮箱Copyright © 2023. All rights reserved.