Class ReassociateBusinessLogConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.ReassociateBusinessLogConfigRequest
-
public class ReassociateBusinessLogConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationId()Get TSF应用IDStringgetConfigId()Get 原关联日志配置IDStringgetGroupId()Get TSF部署组IDStringgetNewConfigId()Get 新关联日志配置IDvoidsetApplicationId(String ApplicationId)Set TSF应用IDvoidsetConfigId(String ConfigId)Set 原关联日志配置IDvoidsetGroupId(String GroupId)Set TSF部署组IDvoidsetNewConfigId(String NewConfigId)Set 新关联日志配置IDvoidtoMap(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
-
ReassociateBusinessLogConfigRequest
public ReassociateBusinessLogConfigRequest()
-
ReassociateBusinessLogConfigRequest
public 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.
-
-
Method Detail
-
getConfigId
public String getConfigId()
Get 原关联日志配置ID- Returns:
- ConfigId 原关联日志配置ID
-
setConfigId
public void setConfigId(String ConfigId)
Set 原关联日志配置ID- Parameters:
ConfigId- 原关联日志配置ID
-
getNewConfigId
public String getNewConfigId()
Get 新关联日志配置ID- Returns:
- NewConfigId 新关联日志配置ID
-
setNewConfigId
public void setNewConfigId(String NewConfigId)
Set 新关联日志配置ID- Parameters:
NewConfigId- 新关联日志配置ID
-
getApplicationId
public String getApplicationId()
Get TSF应用ID- Returns:
- ApplicationId TSF应用ID
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set TSF应用ID- Parameters:
ApplicationId- TSF应用ID
-
getGroupId
public String getGroupId()
Get TSF部署组ID- Returns:
- GroupId TSF部署组ID
-
setGroupId
public void setGroupId(String GroupId)
Set TSF部署组ID- Parameters:
GroupId- TSF部署组ID
-
-