Class CustomLogConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.CustomLogConfig
-
public class CustomLogConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CustomLogConfig()CustomLogConfig(CustomLogConfig 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 StringgetLogSetId()Get cls set信息StringgetLogTopicId()Get cls topicIdBooleangetNeedReqBodyLog()Get 是否需要请求体BooleangetNeedReqHeaderLog()Get 是否需要请求头BooleangetNeedRspBodyLog()Get 是否需要回包体BooleangetNeedRspHeaderLog()Get 是否需要回包头部信息voidsetLogSetId(String LogSetId)Set cls set信息voidsetLogTopicId(String LogTopicId)Set cls topicIdvoidsetNeedReqBodyLog(Boolean NeedReqBodyLog)Set 是否需要请求体voidsetNeedReqHeaderLog(Boolean NeedReqHeaderLog)Set 是否需要请求头voidsetNeedRspBodyLog(Boolean NeedRspBodyLog)Set 是否需要回包体voidsetNeedRspHeaderLog(Boolean NeedRspHeaderLog)Set 是否需要回包头部信息voidtoMap(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
-
CustomLogConfig
public CustomLogConfig()
-
CustomLogConfig
public CustomLogConfig(CustomLogConfig 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
-
getNeedReqBodyLog
public Boolean getNeedReqBodyLog()
Get 是否需要请求体- Returns:
- NeedReqBodyLog 是否需要请求体
-
setNeedReqBodyLog
public void setNeedReqBodyLog(Boolean NeedReqBodyLog)
Set 是否需要请求体- Parameters:
NeedReqBodyLog- 是否需要请求体
-
getNeedReqHeaderLog
public Boolean getNeedReqHeaderLog()
Get 是否需要请求头- Returns:
- NeedReqHeaderLog 是否需要请求头
-
setNeedReqHeaderLog
public void setNeedReqHeaderLog(Boolean NeedReqHeaderLog)
Set 是否需要请求头- Parameters:
NeedReqHeaderLog- 是否需要请求头
-
getNeedRspBodyLog
public Boolean getNeedRspBodyLog()
Get 是否需要回包体- Returns:
- NeedRspBodyLog 是否需要回包体
-
setNeedRspBodyLog
public void setNeedRspBodyLog(Boolean NeedRspBodyLog)
Set 是否需要回包体- Parameters:
NeedRspBodyLog- 是否需要回包体
-
getNeedRspHeaderLog
public Boolean getNeedRspHeaderLog()
Get 是否需要回包头部信息- Returns:
- NeedRspHeaderLog 是否需要回包头部信息
-
setNeedRspHeaderLog
public void setNeedRspHeaderLog(Boolean NeedRspHeaderLog)
Set 是否需要回包头部信息- Parameters:
NeedRspHeaderLog- 是否需要回包头部信息
-
getLogSetId
public String getLogSetId()
Get cls set信息- Returns:
- LogSetId cls set信息
-
setLogSetId
public void setLogSetId(String LogSetId)
Set cls set信息- Parameters:
LogSetId- cls set信息
-
getLogTopicId
public String getLogTopicId()
Get cls topicId- Returns:
- LogTopicId cls topicId
-
setLogTopicId
public void setLogTopicId(String LogTopicId)
Set cls topicId- Parameters:
LogTopicId- cls topicId
-
-