Class StripEditingInfo

    • Constructor Detail

      • StripEditingInfo

        public StripEditingInfo()
      • StripEditingInfo

        public StripEditingInfo​(StripEditingInfo 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

      • getSwitch

        public Long getSwitch()
        Get 是否开启智能拆条。0为关闭,1为开启。其他非0非1值默认为0。
        Returns:
        Switch 是否开启智能拆条。0为关闭,1为开启。其他非0非1值默认为0。
      • setSwitch

        public void setSwitch​(Long Switch)
        Set 是否开启智能拆条。0为关闭,1为开启。其他非0非1值默认为0。
        Parameters:
        Switch - 是否开启智能拆条。0为关闭,1为开启。其他非0非1值默认为0。
      • getCustomInfo

        public String getCustomInfo()
        Get 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。
        Returns:
        CustomInfo 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。
      • setCustomInfo

        public void setCustomInfo​(String CustomInfo)
        Set 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。
        Parameters:
        CustomInfo - 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。