Class GoodNews

    • Constructor Summary

      Constructors 
      Constructor Description
      GoodNews()  
      GoodNews​(GoodNews 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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Long getGoodsCategoryId()
      Get 订单类型ID,用来唯一标识一个业务的一种场景(总共三种场景:新购、配置变更、续费) 高级版: 102375(新购),102376(续费),102377(变配) 企业版 : 102378(新购),102379(续费),102380(变配) 旗舰版 : 102369(新购),102370(续费),102371(变配) 域名包 : 102372(新购),102373(续费),102374(变配) 业务扩展包 : 101040(新购),101041(续费),101042(变配) 高级版-CLB: 新购 101198 续费 101199 变配 101200 企业版-CLB 101204(新购),101205(续费),101206(变配) 旗舰版-CLB : 101201(新购),101202(续费),101203(变配) 域名包-CLB: 101207(新购),101208(续费),101209(变配) 业务扩展包-CLB: 101210(新购),101211(续费),101212(变配) 注意:此字段可能返回 null,表示取不到有效值。
      GoodsDetailNew getGoodsDetail()
      Get 商品明细
      Long getGoodsNum()
      Get 商品数量
      Long getRegionId()
      Get 购买waf实例区域ID 1 表示购买大陆资源; 9表示购买非中国大陆资源 注意:此字段可能返回 null,表示取不到有效值。
      void setGoodsCategoryId​(Long GoodsCategoryId)
      Set 订单类型ID,用来唯一标识一个业务的一种场景(总共三种场景:新购、配置变更、续费) 高级版: 102375(新购),102376(续费),102377(变配) 企业版 : 102378(新购),102379(续费),102380(变配) 旗舰版 : 102369(新购),102370(续费),102371(变配) 域名包 : 102372(新购),102373(续费),102374(变配) 业务扩展包 : 101040(新购),101041(续费),101042(变配) 高级版-CLB: 新购 101198 续费 101199 变配 101200 企业版-CLB 101204(新购),101205(续费),101206(变配) 旗舰版-CLB : 101201(新购),101202(续费),101203(变配) 域名包-CLB: 101207(新购),101208(续费),101209(变配) 业务扩展包-CLB: 101210(新购),101211(续费),101212(变配) 注意:此字段可能返回 null,表示取不到有效值。
      void setGoodsDetail​(GoodsDetailNew GoodsDetail)
      Set 商品明细
      void setGoodsNum​(Long GoodsNum)
      Set 商品数量
      void setRegionId​(Long RegionId)
      Set 购买waf实例区域ID 1 表示购买大陆资源; 9表示购买非中国大陆资源 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • GoodNews

        public GoodNews()
      • GoodNews

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

      • getGoodsNum

        public Long getGoodsNum()
        Get 商品数量
        Returns:
        GoodsNum 商品数量
      • setGoodsNum

        public void setGoodsNum​(Long GoodsNum)
        Set 商品数量
        Parameters:
        GoodsNum - 商品数量
      • getGoodsDetail

        public GoodsDetailNew getGoodsDetail()
        Get 商品明细
        Returns:
        GoodsDetail 商品明细
      • setGoodsDetail

        public void setGoodsDetail​(GoodsDetailNew GoodsDetail)
        Set 商品明细
        Parameters:
        GoodsDetail - 商品明细
      • getGoodsCategoryId

        public Long getGoodsCategoryId()
        Get 订单类型ID,用来唯一标识一个业务的一种场景(总共三种场景:新购、配置变更、续费) 高级版: 102375(新购),102376(续费),102377(变配) 企业版 : 102378(新购),102379(续费),102380(变配) 旗舰版 : 102369(新购),102370(续费),102371(变配) 域名包 : 102372(新购),102373(续费),102374(变配) 业务扩展包 : 101040(新购),101041(续费),101042(变配) 高级版-CLB: 新购 101198 续费 101199 变配 101200 企业版-CLB 101204(新购),101205(续费),101206(变配) 旗舰版-CLB : 101201(新购),101202(续费),101203(变配) 域名包-CLB: 101207(新购),101208(续费),101209(变配) 业务扩展包-CLB: 101210(新购),101211(续费),101212(变配) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GoodsCategoryId 订单类型ID,用来唯一标识一个业务的一种场景(总共三种场景:新购、配置变更、续费) 高级版: 102375(新购),102376(续费),102377(变配) 企业版 : 102378(新购),102379(续费),102380(变配) 旗舰版 : 102369(新购),102370(续费),102371(变配) 域名包 : 102372(新购),102373(续费),102374(变配) 业务扩展包 : 101040(新购),101041(续费),101042(变配) 高级版-CLB: 新购 101198 续费 101199 变配 101200 企业版-CLB 101204(新购),101205(续费),101206(变配) 旗舰版-CLB : 101201(新购),101202(续费),101203(变配) 域名包-CLB: 101207(新购),101208(续费),101209(变配) 业务扩展包-CLB: 101210(新购),101211(续费),101212(变配) 注意:此字段可能返回 null,表示取不到有效值。
      • setGoodsCategoryId

        public void setGoodsCategoryId​(Long GoodsCategoryId)
        Set 订单类型ID,用来唯一标识一个业务的一种场景(总共三种场景:新购、配置变更、续费) 高级版: 102375(新购),102376(续费),102377(变配) 企业版 : 102378(新购),102379(续费),102380(变配) 旗舰版 : 102369(新购),102370(续费),102371(变配) 域名包 : 102372(新购),102373(续费),102374(变配) 业务扩展包 : 101040(新购),101041(续费),101042(变配) 高级版-CLB: 新购 101198 续费 101199 变配 101200 企业版-CLB 101204(新购),101205(续费),101206(变配) 旗舰版-CLB : 101201(新购),101202(续费),101203(变配) 域名包-CLB: 101207(新购),101208(续费),101209(变配) 业务扩展包-CLB: 101210(新购),101211(续费),101212(变配) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GoodsCategoryId - 订单类型ID,用来唯一标识一个业务的一种场景(总共三种场景:新购、配置变更、续费) 高级版: 102375(新购),102376(续费),102377(变配) 企业版 : 102378(新购),102379(续费),102380(变配) 旗舰版 : 102369(新购),102370(续费),102371(变配) 域名包 : 102372(新购),102373(续费),102374(变配) 业务扩展包 : 101040(新购),101041(续费),101042(变配) 高级版-CLB: 新购 101198 续费 101199 变配 101200 企业版-CLB 101204(新购),101205(续费),101206(变配) 旗舰版-CLB : 101201(新购),101202(续费),101203(变配) 域名包-CLB: 101207(新购),101208(续费),101209(变配) 业务扩展包-CLB: 101210(新购),101211(续费),101212(变配) 注意:此字段可能返回 null,表示取不到有效值。
      • getRegionId

        public Long getRegionId()
        Get 购买waf实例区域ID 1 表示购买大陆资源; 9表示购买非中国大陆资源 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RegionId 购买waf实例区域ID 1 表示购买大陆资源; 9表示购买非中国大陆资源 注意:此字段可能返回 null,表示取不到有效值。
      • setRegionId

        public void setRegionId​(Long RegionId)
        Set 购买waf实例区域ID 1 表示购买大陆资源; 9表示购买非中国大陆资源 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RegionId - 购买waf实例区域ID 1 表示购买大陆资源; 9表示购买非中国大陆资源 注意:此字段可能返回 null,表示取不到有效值。