Class DeviceInfo

    • Constructor Detail

      • DeviceInfo

        public DeviceInfo()
      • DeviceInfo

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

      • getInstanceId

        public String getInstanceId()
        Get 设备唯一ID
        Returns:
        InstanceId 设备唯一ID
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set 设备唯一ID
        Parameters:
        InstanceId - 设备唯一ID
      • getVpcId

        public String getVpcId()
        Get 私有网络ID
        Returns:
        VpcId 私有网络ID
      • setVpcId

        public void setVpcId​(String VpcId)
        Set 私有网络ID
        Parameters:
        VpcId - 私有网络ID
      • getSubnetId

        public String getSubnetId()
        Get 子网ID
        Returns:
        SubnetId 子网ID
      • setSubnetId

        public void setSubnetId​(String SubnetId)
        Set 子网ID
        Parameters:
        SubnetId - 子网ID
      • getDeviceStatus

        public Long getDeviceStatus()
        Get 设备状态ID,取值:
      • 1:申领设备中
      • 2:初始化中
      • 4:运营中
      • 7:隔离中
      • 8:已隔离
      • 10:解隔离中
      • 16:故障中
Returns:
DeviceStatus 设备状态ID,取值:
  • 1:申领设备中
  • 2:初始化中
  • 4:运营中
  • 7:隔离中
  • 8:已隔离
  • 10:解隔离中
  • 16:故障中
  • Parameters:
    DeviceStatus - 设备状态ID,取值:
  • 1:申领设备中
  • 2:初始化中
  • 4:运营中
  • 7:隔离中
  • 8:已隔离
  • 10:解隔离中
  • 16:故障中