Class CustomLogConfig

    • 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