public class ReassociateBusinessLogConfigRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ReassociateBusinessLogConfigRequest() |
ReassociateBusinessLogConfigRequest(ReassociateBusinessLogConfigRequest 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 TSF应用ID
|
String |
getConfigId()
Get 原关联日志配置ID
|
String |
getGroupId()
Get TSF部署组ID
|
String |
getNewConfigId()
Get 新关联日志配置ID
|
void |
setApplicationId(String ApplicationId)
Set TSF应用ID
|
void |
setConfigId(String ConfigId)
Set 原关联日志配置ID
|
void |
setGroupId(String GroupId)
Set TSF部署组ID
|
void |
setNewConfigId(String NewConfigId)
Set 新关联日志配置ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ReassociateBusinessLogConfigRequest()
public ReassociateBusinessLogConfigRequest(ReassociateBusinessLogConfigRequest source)
public String getConfigId()
public void setConfigId(String ConfigId)
ConfigId
- 原关联日志配置IDpublic String getNewConfigId()
public void setNewConfigId(String NewConfigId)
NewConfigId
- 新关联日志配置IDpublic String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- TSF应用IDpublic String getGroupId()
public void setGroupId(String GroupId)
GroupId
- TSF部署组IDCopyright © 2023. All rights reserved.