Class ModifyOrderAttributeRequest

    • Constructor Detail

      • ModifyOrderAttributeRequest

        public ModifyOrderAttributeRequest()
      • ModifyOrderAttributeRequest

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

      • getLicenseType

        public Long getLicenseType()
        Get 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
        Returns:
        LicenseType 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
      • setLicenseType

        public void setLicenseType​(Long LicenseType)
        Set 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
        Parameters:
        LicenseType - 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
      • getResourceId

        public String getResourceId()
        Get 资源ID
        Returns:
        ResourceId 资源ID
      • setResourceId

        public void setResourceId​(String ResourceId)
        Set 资源ID
        Parameters:
        ResourceId - 资源ID
      • getAttrName

        public String getAttrName()
        Get 可编辑的属性名称 ,当前支持的有: alias 资源别名
        Returns:
        AttrName 可编辑的属性名称 ,当前支持的有: alias 资源别名
      • setAttrName

        public void setAttrName​(String AttrName)
        Set 可编辑的属性名称 ,当前支持的有: alias 资源别名
        Parameters:
        AttrName - 可编辑的属性名称 ,当前支持的有: alias 资源别名
      • getAttrValue

        public String getAttrValue()
        Get 属性值
        Returns:
        AttrValue 属性值
      • setAttrValue

        public void setAttrValue​(String AttrValue)
        Set 属性值
        Parameters:
        AttrValue - 属性值