Class AssociateBusinessLogConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.AssociateBusinessLogConfigRequest
-
public class AssociateBusinessLogConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AssociateBusinessLogConfigRequest()AssociateBusinessLogConfigRequest(AssociateBusinessLogConfigRequest 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 String[]getConfigIdList()Get 日志配置项ID列表StringgetGroupId()Get TSF分组IDvoidsetConfigIdList(String[] ConfigIdList)Set 日志配置项ID列表voidsetGroupId(String GroupId)Set TSF分组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
-
AssociateBusinessLogConfigRequest
public AssociateBusinessLogConfigRequest()
-
AssociateBusinessLogConfigRequest
public AssociateBusinessLogConfigRequest(AssociateBusinessLogConfigRequest 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
-
getGroupId
public String getGroupId()
Get TSF分组ID- Returns:
- GroupId TSF分组ID
-
setGroupId
public void setGroupId(String GroupId)
Set TSF分组ID- Parameters:
GroupId- TSF分组ID
-
getConfigIdList
public String[] getConfigIdList()
Get 日志配置项ID列表- Returns:
- ConfigIdList 日志配置项ID列表
-
setConfigIdList
public void setConfigIdList(String[] ConfigIdList)
Set 日志配置项ID列表- Parameters:
ConfigIdList- 日志配置项ID列表
-
-