Class ModifyCustomRuleRequest

    • Constructor Detail

      • ModifyCustomRuleRequest

        public ModifyCustomRuleRequest()
      • ModifyCustomRuleRequest

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

      • getCustomId

        public String getCustomId()
        Get 码规则ID
        Returns:
        CustomId 码规则ID
      • setCustomId

        public void setCustomId​(String CustomId)
        Set 码规则ID
        Parameters:
        CustomId - 码规则ID
      • getName

        public String getName()
        Get 规则名称
        Returns:
        Name 规则名称
      • setName

        public void setName​(String Name)
        Set 规则名称
        Parameters:
        Name - 规则名称
      • getCodeLength

        public Long getCodeLength()
        Get 码长度
        Returns:
        CodeLength 码长度
      • setCodeLength

        public void setCodeLength​(Long CodeLength)
        Set 码长度
        Parameters:
        CodeLength - 码长度
      • getCodeParts

        public CodePart[] getCodeParts()
        Get 码段配置
        Returns:
        CodeParts 码段配置
      • setCodeParts

        public void setCodeParts​(CodePart[] CodeParts)
        Set 码段配置
        Parameters:
        CodeParts - 码段配置
      • getCorpId

        public Long getCorpId()
        Get 企业ID
        Returns:
        CorpId 企业ID
      • setCorpId

        public void setCorpId​(Long CorpId)
        Set 企业ID
        Parameters:
        CorpId - 企业ID