Class BillCountryInfo

    • Constructor Detail

      • BillCountryInfo

        public BillCountryInfo()
      • BillCountryInfo

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

      • getName

        public String getName()
        Get 国家名称
        Returns:
        Name 国家名称
      • setName

        public void setName​(String Name)
        Set 国家名称
        Parameters:
        Name - 国家名称
      • getBandInfoList

        public BillDataInfo[] getBandInfoList()
        Get 带宽明细数据信息。
        Returns:
        BandInfoList 带宽明细数据信息。
      • setBandInfoList

        public void setBandInfoList​(BillDataInfo[] BandInfoList)
        Set 带宽明细数据信息。
        Parameters:
        BandInfoList - 带宽明细数据信息。