Class DirectConnect

    • Constructor Summary

      Constructors 
      Constructor Description
      DirectConnect()  
      DirectConnect​(DirectConnect 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
      String getAccessPointId()
      Get 物理专线的接入点ID。
      String getAccessPointType()
      Get 物理专线的接入点类型。
      Long getBandwidth()
      Get 物理专线接入接口带宽,单位为Mbps。
      String getChargeState()
      Get 计费状态 注意:此字段可能返回 null,表示取不到有效值。
      String getChargeType()
      Get 物理专线计费类型。 NON_RECURRING_CHARGE:一次性接入费用;PREPAID_BY_YEAR:按年预付费。 注意:此字段可能返回 null,表示取不到有效值。
      String getCircuitCode()
      Get 运营商或者服务商为物理专线提供的电路编码。 注意:此字段可能返回 null,表示取不到有效值。
      String getCreatedTime()
      Get 物理专线创建时间。
      String getCustomerAddress()
      Get 物理专线调试用户侧互联IP。 注意:此字段可能返回 null,表示取不到有效值。
      String getCustomerContactMail()
      Get 物理专线申请者联系邮箱。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
      String getCustomerContactNumber()
      Get 物理专线申请者联系号码。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
      String getCustomerName()
      Get 物理专线申请者姓名。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
      String getDirectConnectId()
      Get 物理专线ID。
      String getDirectConnectName()
      Get 物理专线的名称。
      String getEnabledTime()
      Get 物理专线的开通时间。
      String getExpiredTime()
      Get 物理专线的过期时间。 注意:此字段可能返回 null,表示取不到有效值。
      String getFaultReportContactNumber()
      Get 报障联系电话。 注意:此字段可能返回 null,表示取不到有效值。
      String getFaultReportContactPerson()
      Get 报障联系人。 注意:此字段可能返回 null,表示取不到有效值。
      String getIdcCity()
      Get IDC所在城市 注意:此字段可能返回 null,表示取不到有效值。
      String getLineOperator()
      Get 提供接入物理专线的运营商。ChinaTelecom:中国电信, ChinaMobile:中国移动,ChinaUnicom:中国联通, In-houseWiring:楼内线,ChinaOther:中国其他, InternationalOperator:境外其他。
      Boolean getLocalZone()
      Get 物理专线是否为LocalZone 注意:此字段可能返回 null,表示取不到有效值。
      String getLocation()
      Get 本地数据中心的地理位置。
      Long getMinBandwidth()
      Get 物理专线最小带宽 注意:此字段可能返回 null,表示取不到有效值。
      Long getOtherVlanDirectConnectTunnelCount()
      Get 该物理专线下非vlan 0的专用通道数量 注意:此字段可能返回 null,表示取不到有效值。
      String getPortType()
      Get 用户侧物理专线接入端口类型,取值:100Base-T:百兆电口,1000Base-T(默认值):千兆电口,1000Base-LX:千兆单模光口(10千米),10GBase-T:万兆电口10GBase-LR:万兆单模光口(10千米),默认值,千兆单模光口(10千米)
      String getRedundantDirectConnectId()
      Get 冗余物理专线的ID。
      Boolean getSignLaw()
      Get 物理专线是否已签署用户协议 注意:此字段可能返回 null,表示取不到有效值。
      String getStartTime()
      Get 物理专线开通时间 注意:此字段可能返回 null,表示取不到有效值。
      String getState()
      Get 物理专线的状态。 申请中:PENDING 申请驳回:REJECTED 待付款:TOPAY 已付款:PAID 建设中:ALLOCATED 已开通:AVAILABLE 删除中 :DELETING 已删除:DELETED 。
      Tag[] getTagSet()
      Get 标签键值对 注意:此字段可能返回 null,表示取不到有效值。
      String getTencentAddress()
      Get 物理专线调试腾讯侧互联IP。 注意:此字段可能返回 null,表示取不到有效值。
      Long getVlan()
      Get 物理专线调试VLAN。默认开启VLAN,自动分配VLAN。 注意:此字段可能返回 null,表示取不到有效值。
      Long getVlanZeroDirectConnectTunnelCount()
      Get 该物理专线下vlan 0的专用通道数量 注意:此字段可能返回 null,表示取不到有效值。
      void setAccessPointId​(String AccessPointId)
      Set 物理专线的接入点ID。
      void setAccessPointType​(String AccessPointType)
      Set 物理专线的接入点类型。
      void setBandwidth​(Long Bandwidth)
      Set 物理专线接入接口带宽,单位为Mbps。
      void setChargeState​(String ChargeState)
      Set 计费状态 注意:此字段可能返回 null,表示取不到有效值。
      void setChargeType​(String ChargeType)
      Set 物理专线计费类型。 NON_RECURRING_CHARGE:一次性接入费用;PREPAID_BY_YEAR:按年预付费。 注意:此字段可能返回 null,表示取不到有效值。
      void setCircuitCode​(String CircuitCode)
      Set 运营商或者服务商为物理专线提供的电路编码。 注意:此字段可能返回 null,表示取不到有效值。
      void setCreatedTime​(String CreatedTime)
      Set 物理专线创建时间。
      void setCustomerAddress​(String CustomerAddress)
      Set 物理专线调试用户侧互联IP。 注意:此字段可能返回 null,表示取不到有效值。
      void setCustomerContactMail​(String CustomerContactMail)
      Set 物理专线申请者联系邮箱。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
      void setCustomerContactNumber​(String CustomerContactNumber)
      Set 物理专线申请者联系号码。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
      void setCustomerName​(String CustomerName)
      Set 物理专线申请者姓名。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
      void setDirectConnectId​(String DirectConnectId)
      Set 物理专线ID。
      void setDirectConnectName​(String DirectConnectName)
      Set 物理专线的名称。
      void setEnabledTime​(String EnabledTime)
      Set 物理专线的开通时间。
      void setExpiredTime​(String ExpiredTime)
      Set 物理专线的过期时间。 注意:此字段可能返回 null,表示取不到有效值。
      void setFaultReportContactNumber​(String FaultReportContactNumber)
      Set 报障联系电话。 注意:此字段可能返回 null,表示取不到有效值。
      void setFaultReportContactPerson​(String FaultReportContactPerson)
      Set 报障联系人。 注意:此字段可能返回 null,表示取不到有效值。
      void setIdcCity​(String IdcCity)
      Set IDC所在城市 注意:此字段可能返回 null,表示取不到有效值。
      void setLineOperator​(String LineOperator)
      Set 提供接入物理专线的运营商。ChinaTelecom:中国电信, ChinaMobile:中国移动,ChinaUnicom:中国联通, In-houseWiring:楼内线,ChinaOther:中国其他, InternationalOperator:境外其他。
      void setLocalZone​(Boolean LocalZone)
      Set 物理专线是否为LocalZone 注意:此字段可能返回 null,表示取不到有效值。
      void setLocation​(String Location)
      Set 本地数据中心的地理位置。
      void setMinBandwidth​(Long MinBandwidth)
      Set 物理专线最小带宽 注意:此字段可能返回 null,表示取不到有效值。
      void setOtherVlanDirectConnectTunnelCount​(Long OtherVlanDirectConnectTunnelCount)
      Set 该物理专线下非vlan 0的专用通道数量 注意:此字段可能返回 null,表示取不到有效值。
      void setPortType​(String PortType)
      Set 用户侧物理专线接入端口类型,取值:100Base-T:百兆电口,1000Base-T(默认值):千兆电口,1000Base-LX:千兆单模光口(10千米),10GBase-T:万兆电口10GBase-LR:万兆单模光口(10千米),默认值,千兆单模光口(10千米)
      void setRedundantDirectConnectId​(String RedundantDirectConnectId)
      Set 冗余物理专线的ID。
      void setSignLaw​(Boolean SignLaw)
      Set 物理专线是否已签署用户协议 注意:此字段可能返回 null,表示取不到有效值。
      void setStartTime​(String StartTime)
      Set 物理专线开通时间 注意:此字段可能返回 null,表示取不到有效值。
      void setState​(String State)
      Set 物理专线的状态。 申请中:PENDING 申请驳回:REJECTED 待付款:TOPAY 已付款:PAID 建设中:ALLOCATED 已开通:AVAILABLE 删除中 :DELETING 已删除:DELETED 。
      void setTagSet​(Tag[] TagSet)
      Set 标签键值对 注意:此字段可能返回 null,表示取不到有效值。
      void setTencentAddress​(String TencentAddress)
      Set 物理专线调试腾讯侧互联IP。 注意:此字段可能返回 null,表示取不到有效值。
      void setVlan​(Long Vlan)
      Set 物理专线调试VLAN。默认开启VLAN,自动分配VLAN。 注意:此字段可能返回 null,表示取不到有效值。
      void setVlanZeroDirectConnectTunnelCount​(Long VlanZeroDirectConnectTunnelCount)
      Set 该物理专线下vlan 0的专用通道数量 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • DirectConnect

        public DirectConnect()
      • DirectConnect

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

      • getDirectConnectId

        public String getDirectConnectId()
        Get 物理专线ID。
        Returns:
        DirectConnectId 物理专线ID。
      • setDirectConnectId

        public void setDirectConnectId​(String DirectConnectId)
        Set 物理专线ID。
        Parameters:
        DirectConnectId - 物理专线ID。
      • getDirectConnectName

        public String getDirectConnectName()
        Get 物理专线的名称。
        Returns:
        DirectConnectName 物理专线的名称。
      • setDirectConnectName

        public void setDirectConnectName​(String DirectConnectName)
        Set 物理专线的名称。
        Parameters:
        DirectConnectName - 物理专线的名称。
      • getAccessPointId

        public String getAccessPointId()
        Get 物理专线的接入点ID。
        Returns:
        AccessPointId 物理专线的接入点ID。
      • setAccessPointId

        public void setAccessPointId​(String AccessPointId)
        Set 物理专线的接入点ID。
        Parameters:
        AccessPointId - 物理专线的接入点ID。
      • getState

        public String getState()
        Get 物理专线的状态。 申请中:PENDING 申请驳回:REJECTED 待付款:TOPAY 已付款:PAID 建设中:ALLOCATED 已开通:AVAILABLE 删除中 :DELETING 已删除:DELETED 。
        Returns:
        State 物理专线的状态。 申请中:PENDING 申请驳回:REJECTED 待付款:TOPAY 已付款:PAID 建设中:ALLOCATED 已开通:AVAILABLE 删除中 :DELETING 已删除:DELETED 。
      • setState

        public void setState​(String State)
        Set 物理专线的状态。 申请中:PENDING 申请驳回:REJECTED 待付款:TOPAY 已付款:PAID 建设中:ALLOCATED 已开通:AVAILABLE 删除中 :DELETING 已删除:DELETED 。
        Parameters:
        State - 物理专线的状态。 申请中:PENDING 申请驳回:REJECTED 待付款:TOPAY 已付款:PAID 建设中:ALLOCATED 已开通:AVAILABLE 删除中 :DELETING 已删除:DELETED 。
      • getCreatedTime

        public String getCreatedTime()
        Get 物理专线创建时间。
        Returns:
        CreatedTime 物理专线创建时间。
      • setCreatedTime

        public void setCreatedTime​(String CreatedTime)
        Set 物理专线创建时间。
        Parameters:
        CreatedTime - 物理专线创建时间。
      • getEnabledTime

        public String getEnabledTime()
        Get 物理专线的开通时间。
        Returns:
        EnabledTime 物理专线的开通时间。
      • setEnabledTime

        public void setEnabledTime​(String EnabledTime)
        Set 物理专线的开通时间。
        Parameters:
        EnabledTime - 物理专线的开通时间。
      • getLineOperator

        public String getLineOperator()
        Get 提供接入物理专线的运营商。ChinaTelecom:中国电信, ChinaMobile:中国移动,ChinaUnicom:中国联通, In-houseWiring:楼内线,ChinaOther:中国其他, InternationalOperator:境外其他。
        Returns:
        LineOperator 提供接入物理专线的运营商。ChinaTelecom:中国电信, ChinaMobile:中国移动,ChinaUnicom:中国联通, In-houseWiring:楼内线,ChinaOther:中国其他, InternationalOperator:境外其他。
      • setLineOperator

        public void setLineOperator​(String LineOperator)
        Set 提供接入物理专线的运营商。ChinaTelecom:中国电信, ChinaMobile:中国移动,ChinaUnicom:中国联通, In-houseWiring:楼内线,ChinaOther:中国其他, InternationalOperator:境外其他。
        Parameters:
        LineOperator - 提供接入物理专线的运营商。ChinaTelecom:中国电信, ChinaMobile:中国移动,ChinaUnicom:中国联通, In-houseWiring:楼内线,ChinaOther:中国其他, InternationalOperator:境外其他。
      • getLocation

        public String getLocation()
        Get 本地数据中心的地理位置。
        Returns:
        Location 本地数据中心的地理位置。
      • setLocation

        public void setLocation​(String Location)
        Set 本地数据中心的地理位置。
        Parameters:
        Location - 本地数据中心的地理位置。
      • getBandwidth

        public Long getBandwidth()
        Get 物理专线接入接口带宽,单位为Mbps。
        Returns:
        Bandwidth 物理专线接入接口带宽,单位为Mbps。
      • setBandwidth

        public void setBandwidth​(Long Bandwidth)
        Set 物理专线接入接口带宽,单位为Mbps。
        Parameters:
        Bandwidth - 物理专线接入接口带宽,单位为Mbps。
      • getPortType

        public String getPortType()
        Get 用户侧物理专线接入端口类型,取值:100Base-T:百兆电口,1000Base-T(默认值):千兆电口,1000Base-LX:千兆单模光口(10千米),10GBase-T:万兆电口10GBase-LR:万兆单模光口(10千米),默认值,千兆单模光口(10千米)
        Returns:
        PortType 用户侧物理专线接入端口类型,取值:100Base-T:百兆电口,1000Base-T(默认值):千兆电口,1000Base-LX:千兆单模光口(10千米),10GBase-T:万兆电口10GBase-LR:万兆单模光口(10千米),默认值,千兆单模光口(10千米)
      • setPortType

        public void setPortType​(String PortType)
        Set 用户侧物理专线接入端口类型,取值:100Base-T:百兆电口,1000Base-T(默认值):千兆电口,1000Base-LX:千兆单模光口(10千米),10GBase-T:万兆电口10GBase-LR:万兆单模光口(10千米),默认值,千兆单模光口(10千米)
        Parameters:
        PortType - 用户侧物理专线接入端口类型,取值:100Base-T:百兆电口,1000Base-T(默认值):千兆电口,1000Base-LX:千兆单模光口(10千米),10GBase-T:万兆电口10GBase-LR:万兆单模光口(10千米),默认值,千兆单模光口(10千米)
      • getCircuitCode

        public String getCircuitCode()
        Get 运营商或者服务商为物理专线提供的电路编码。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CircuitCode 运营商或者服务商为物理专线提供的电路编码。 注意:此字段可能返回 null,表示取不到有效值。
      • setCircuitCode

        public void setCircuitCode​(String CircuitCode)
        Set 运营商或者服务商为物理专线提供的电路编码。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CircuitCode - 运营商或者服务商为物理专线提供的电路编码。 注意:此字段可能返回 null,表示取不到有效值。
      • getRedundantDirectConnectId

        public String getRedundantDirectConnectId()
        Get 冗余物理专线的ID。
        Returns:
        RedundantDirectConnectId 冗余物理专线的ID。
      • setRedundantDirectConnectId

        public void setRedundantDirectConnectId​(String RedundantDirectConnectId)
        Set 冗余物理专线的ID。
        Parameters:
        RedundantDirectConnectId - 冗余物理专线的ID。
      • getVlan

        public Long getVlan()
        Get 物理专线调试VLAN。默认开启VLAN,自动分配VLAN。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Vlan 物理专线调试VLAN。默认开启VLAN,自动分配VLAN。 注意:此字段可能返回 null,表示取不到有效值。
      • setVlan

        public void setVlan​(Long Vlan)
        Set 物理专线调试VLAN。默认开启VLAN,自动分配VLAN。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Vlan - 物理专线调试VLAN。默认开启VLAN,自动分配VLAN。 注意:此字段可能返回 null,表示取不到有效值。
      • getTencentAddress

        public String getTencentAddress()
        Get 物理专线调试腾讯侧互联IP。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TencentAddress 物理专线调试腾讯侧互联IP。 注意:此字段可能返回 null,表示取不到有效值。
      • setTencentAddress

        public void setTencentAddress​(String TencentAddress)
        Set 物理专线调试腾讯侧互联IP。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TencentAddress - 物理专线调试腾讯侧互联IP。 注意:此字段可能返回 null,表示取不到有效值。
      • getCustomerAddress

        public String getCustomerAddress()
        Get 物理专线调试用户侧互联IP。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CustomerAddress 物理专线调试用户侧互联IP。 注意:此字段可能返回 null,表示取不到有效值。
      • setCustomerAddress

        public void setCustomerAddress​(String CustomerAddress)
        Set 物理专线调试用户侧互联IP。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CustomerAddress - 物理专线调试用户侧互联IP。 注意:此字段可能返回 null,表示取不到有效值。
      • getCustomerName

        public String getCustomerName()
        Get 物理专线申请者姓名。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CustomerName 物理专线申请者姓名。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
      • setCustomerName

        public void setCustomerName​(String CustomerName)
        Set 物理专线申请者姓名。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CustomerName - 物理专线申请者姓名。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
      • getCustomerContactMail

        public String getCustomerContactMail()
        Get 物理专线申请者联系邮箱。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CustomerContactMail 物理专线申请者联系邮箱。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
      • setCustomerContactMail

        public void setCustomerContactMail​(String CustomerContactMail)
        Set 物理专线申请者联系邮箱。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CustomerContactMail - 物理专线申请者联系邮箱。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
      • getCustomerContactNumber

        public String getCustomerContactNumber()
        Get 物理专线申请者联系号码。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CustomerContactNumber 物理专线申请者联系号码。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
      • setCustomerContactNumber

        public void setCustomerContactNumber​(String CustomerContactNumber)
        Set 物理专线申请者联系号码。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CustomerContactNumber - 物理专线申请者联系号码。默认从账户体系获取。 注意:此字段可能返回 null,表示取不到有效值。
      • getExpiredTime

        public String getExpiredTime()
        Get 物理专线的过期时间。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ExpiredTime 物理专线的过期时间。 注意:此字段可能返回 null,表示取不到有效值。
      • setExpiredTime

        public void setExpiredTime​(String ExpiredTime)
        Set 物理专线的过期时间。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ExpiredTime - 物理专线的过期时间。 注意:此字段可能返回 null,表示取不到有效值。
      • getChargeType

        public String getChargeType()
        Get 物理专线计费类型。 NON_RECURRING_CHARGE:一次性接入费用;PREPAID_BY_YEAR:按年预付费。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ChargeType 物理专线计费类型。 NON_RECURRING_CHARGE:一次性接入费用;PREPAID_BY_YEAR:按年预付费。 注意:此字段可能返回 null,表示取不到有效值。
      • setChargeType

        public void setChargeType​(String ChargeType)
        Set 物理专线计费类型。 NON_RECURRING_CHARGE:一次性接入费用;PREPAID_BY_YEAR:按年预付费。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ChargeType - 物理专线计费类型。 NON_RECURRING_CHARGE:一次性接入费用;PREPAID_BY_YEAR:按年预付费。 注意:此字段可能返回 null,表示取不到有效值。
      • getFaultReportContactPerson

        public String getFaultReportContactPerson()
        Get 报障联系人。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FaultReportContactPerson 报障联系人。 注意:此字段可能返回 null,表示取不到有效值。
      • setFaultReportContactPerson

        public void setFaultReportContactPerson​(String FaultReportContactPerson)
        Set 报障联系人。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FaultReportContactPerson - 报障联系人。 注意:此字段可能返回 null,表示取不到有效值。
      • getFaultReportContactNumber

        public String getFaultReportContactNumber()
        Get 报障联系电话。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FaultReportContactNumber 报障联系电话。 注意:此字段可能返回 null,表示取不到有效值。
      • setFaultReportContactNumber

        public void setFaultReportContactNumber​(String FaultReportContactNumber)
        Set 报障联系电话。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FaultReportContactNumber - 报障联系电话。 注意:此字段可能返回 null,表示取不到有效值。
      • getTagSet

        public Tag[] getTagSet()
        Get 标签键值对 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TagSet 标签键值对 注意:此字段可能返回 null,表示取不到有效值。
      • setTagSet

        public void setTagSet​(Tag[] TagSet)
        Set 标签键值对 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TagSet - 标签键值对 注意:此字段可能返回 null,表示取不到有效值。
      • getAccessPointType

        public String getAccessPointType()
        Get 物理专线的接入点类型。
        Returns:
        AccessPointType 物理专线的接入点类型。
      • setAccessPointType

        public void setAccessPointType​(String AccessPointType)
        Set 物理专线的接入点类型。
        Parameters:
        AccessPointType - 物理专线的接入点类型。
      • getIdcCity

        public String getIdcCity()
        Get IDC所在城市 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IdcCity IDC所在城市 注意:此字段可能返回 null,表示取不到有效值。
      • setIdcCity

        public void setIdcCity​(String IdcCity)
        Set IDC所在城市 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IdcCity - IDC所在城市 注意:此字段可能返回 null,表示取不到有效值。
      • getChargeState

        public String getChargeState()
        Get 计费状态 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ChargeState 计费状态 注意:此字段可能返回 null,表示取不到有效值。
      • setChargeState

        public void setChargeState​(String ChargeState)
        Set 计费状态 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ChargeState - 计费状态 注意:此字段可能返回 null,表示取不到有效值。
      • getStartTime

        public String getStartTime()
        Get 物理专线开通时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StartTime 物理专线开通时间 注意:此字段可能返回 null,表示取不到有效值。
      • setStartTime

        public void setStartTime​(String StartTime)
        Set 物理专线开通时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StartTime - 物理专线开通时间 注意:此字段可能返回 null,表示取不到有效值。
      • getSignLaw

        public Boolean getSignLaw()
        Get 物理专线是否已签署用户协议 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SignLaw 物理专线是否已签署用户协议 注意:此字段可能返回 null,表示取不到有效值。
      • setSignLaw

        public void setSignLaw​(Boolean SignLaw)
        Set 物理专线是否已签署用户协议 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SignLaw - 物理专线是否已签署用户协议 注意:此字段可能返回 null,表示取不到有效值。
      • getLocalZone

        public Boolean getLocalZone()
        Get 物理专线是否为LocalZone 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LocalZone 物理专线是否为LocalZone 注意:此字段可能返回 null,表示取不到有效值。
      • setLocalZone

        public void setLocalZone​(Boolean LocalZone)
        Set 物理专线是否为LocalZone 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LocalZone - 物理专线是否为LocalZone 注意:此字段可能返回 null,表示取不到有效值。
      • getVlanZeroDirectConnectTunnelCount

        public Long getVlanZeroDirectConnectTunnelCount()
        Get 该物理专线下vlan 0的专用通道数量 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VlanZeroDirectConnectTunnelCount 该物理专线下vlan 0的专用通道数量 注意:此字段可能返回 null,表示取不到有效值。
      • setVlanZeroDirectConnectTunnelCount

        public void setVlanZeroDirectConnectTunnelCount​(Long VlanZeroDirectConnectTunnelCount)
        Set 该物理专线下vlan 0的专用通道数量 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VlanZeroDirectConnectTunnelCount - 该物理专线下vlan 0的专用通道数量 注意:此字段可能返回 null,表示取不到有效值。
      • getOtherVlanDirectConnectTunnelCount

        public Long getOtherVlanDirectConnectTunnelCount()
        Get 该物理专线下非vlan 0的专用通道数量 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OtherVlanDirectConnectTunnelCount 该物理专线下非vlan 0的专用通道数量 注意:此字段可能返回 null,表示取不到有效值。
      • setOtherVlanDirectConnectTunnelCount

        public void setOtherVlanDirectConnectTunnelCount​(Long OtherVlanDirectConnectTunnelCount)
        Set 该物理专线下非vlan 0的专用通道数量 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OtherVlanDirectConnectTunnelCount - 该物理专线下非vlan 0的专用通道数量 注意:此字段可能返回 null,表示取不到有效值。
      • getMinBandwidth

        public Long getMinBandwidth()
        Get 物理专线最小带宽 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MinBandwidth 物理专线最小带宽 注意:此字段可能返回 null,表示取不到有效值。
      • setMinBandwidth

        public void setMinBandwidth​(Long MinBandwidth)
        Set 物理专线最小带宽 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MinBandwidth - 物理专线最小带宽 注意:此字段可能返回 null,表示取不到有效值。