Class OperateApplicationTcrBindingRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.OperateApplicationTcrBindingRequest
-
public class OperateApplicationTcrBindingRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OperateApplicationTcrBindingRequest()OperateApplicationTcrBindingRequest(OperateApplicationTcrBindingRequest 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 StringgetApplicationId()Get 应用idStringgetCommand()Get bind 或 unbindTcrRepoInfogetTcrRepoInfo()Get TcrRepoInfo值voidsetApplicationId(String ApplicationId)Set 应用idvoidsetCommand(String Command)Set bind 或 unbindvoidsetTcrRepoInfo(TcrRepoInfo TcrRepoInfo)Set TcrRepoInfo值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
-
OperateApplicationTcrBindingRequest
public OperateApplicationTcrBindingRequest()
-
OperateApplicationTcrBindingRequest
public OperateApplicationTcrBindingRequest(OperateApplicationTcrBindingRequest 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
-
getCommand
public String getCommand()
Get bind 或 unbind- Returns:
- Command bind 或 unbind
-
setCommand
public void setCommand(String Command)
Set bind 或 unbind- Parameters:
Command- bind 或 unbind
-
getApplicationId
public String getApplicationId()
Get 应用id- Returns:
- ApplicationId 应用id
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 应用id- Parameters:
ApplicationId- 应用id
-
getTcrRepoInfo
public TcrRepoInfo getTcrRepoInfo()
Get TcrRepoInfo值- Returns:
- TcrRepoInfo TcrRepoInfo值
-
setTcrRepoInfo
public void setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)
Set TcrRepoInfo值- Parameters:
TcrRepoInfo- TcrRepoInfo值
-
-