public class OperateApplicationTcrBindingRequest extends AbstractModel
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
|
String |
getCommand()
Get bind 或 unbind
|
TcrRepoInfo |
getTcrRepoInfo()
Get TcrRepoInfo值
|
void |
setApplicationId(String ApplicationId)
Set 应用id
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OperateApplicationTcrBindingRequest()
public OperateApplicationTcrBindingRequest(OperateApplicationTcrBindingRequest source)
public String getCommand()
public void setCommand(String Command)
Command
- bind 或 unbindpublic String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 应用idpublic TcrRepoInfo getTcrRepoInfo()
public void setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)
TcrRepoInfo
- TcrRepoInfo值Copyright © 2023. All rights reserved.