public class CustomLogConfig extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLogSetId()Get cls set信息 | 
| String | getLogTopicId()Get cls topicId | 
| Boolean | getNeedReqBodyLog()Get 是否需要请求体 | 
| Boolean | getNeedReqHeaderLog()Get 是否需要请求头 | 
| Boolean | getNeedRspBodyLog()Get 是否需要回包体 | 
| Boolean | getNeedRspHeaderLog()Get 是否需要回包头部信息 | 
| void | setLogSetId(String LogSetId)Set cls set信息 | 
| void | setLogTopicId(String LogTopicId)Set cls topicId | 
| void | setNeedReqBodyLog(Boolean NeedReqBodyLog)Set 是否需要请求体 | 
| void | setNeedReqHeaderLog(Boolean NeedReqHeaderLog)Set 是否需要请求头 | 
| void | setNeedRspBodyLog(Boolean NeedRspBodyLog)Set 是否需要回包体 | 
| void | setNeedRspHeaderLog(Boolean NeedRspHeaderLog)Set 是否需要回包头部信息 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CustomLogConfig()
public CustomLogConfig(CustomLogConfig source)
public Boolean getNeedReqBodyLog()
public void setNeedReqBodyLog(Boolean NeedReqBodyLog)
NeedReqBodyLog - 是否需要请求体public Boolean getNeedReqHeaderLog()
public void setNeedReqHeaderLog(Boolean NeedReqHeaderLog)
NeedReqHeaderLog - 是否需要请求头public Boolean getNeedRspBodyLog()
public void setNeedRspBodyLog(Boolean NeedRspBodyLog)
NeedRspBodyLog - 是否需要回包体public Boolean getNeedRspHeaderLog()
public void setNeedRspHeaderLog(Boolean NeedRspHeaderLog)
NeedRspHeaderLog - 是否需要回包头部信息public String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId - cls set信息public String getLogTopicId()
public void setLogTopicId(String LogTopicId)
LogTopicId - cls topicIdCopyright © 2025. All rights reserved.