Class CloudBaseRunImageSecretInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.CloudBaseRunImageSecretInfo
-
public class CloudBaseRunImageSecretInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmail()Get 邮箱StringgetPassword()Get 仓库密码StringgetRegistryServer()Get 镜像地址StringgetUserName()Get 用户名voidsetEmail(String Email)Set 邮箱voidsetPassword(String Password)Set 仓库密码voidsetRegistryServer(String RegistryServer)Set 镜像地址voidsetUserName(String UserName)Set 用户名voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CloudBaseRunImageSecretInfo
public CloudBaseRunImageSecretInfo()
-
CloudBaseRunImageSecretInfo
public 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.
-
-
Method Detail
-
getRegistryServer
public String getRegistryServer()
Get 镜像地址- Returns:
- RegistryServer 镜像地址
-
setRegistryServer
public void setRegistryServer(String RegistryServer)
Set 镜像地址- Parameters:
RegistryServer- 镜像地址
-
getUserName
public String getUserName()
Get 用户名- Returns:
- UserName 用户名
-
setUserName
public void setUserName(String UserName)
Set 用户名- Parameters:
UserName- 用户名
-
getPassword
public String getPassword()
Get 仓库密码- Returns:
- Password 仓库密码
-
setPassword
public void setPassword(String Password)
Set 仓库密码- Parameters:
Password- 仓库密码
-
getEmail
public String getEmail()
Get 邮箱- Returns:
- Email 邮箱
-
setEmail
public void setEmail(String Email)
Set 邮箱- Parameters:
Email- 邮箱
-
-