public class OperateApplicationTcrBindingRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getApplicationId()Get 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。 | 
| String | getCommand()Get 指定操作类型,目前支持:
- `bind`:绑定(默认)
- `unbind`:解除绑定 | 
| TcrRepoInfo | getTcrRepoInfo()Get TcrRepoInfo值 | 
| void | setApplicationId(String ApplicationId)Set 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。 | 
| void | setCommand(String Command)Set 指定操作类型,目前支持:
- `bind`:绑定(默认)
- `unbind`:解除绑定 | 
| void | setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)Set TcrRepoInfo值 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OperateApplicationTcrBindingRequest()
public OperateApplicationTcrBindingRequest(OperateApplicationTcrBindingRequest source)
public String getCommand()
public void setCommand(String Command)
Command - 指定操作类型,目前支持:
- `bind`:绑定(默认)
- `unbind`:解除绑定public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。public TcrRepoInfo getTcrRepoInfo()
public void setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)
TcrRepoInfo - TcrRepoInfo值Copyright © 2025. All rights reserved.