Class RoWeightValue

    • Constructor Detail

      • RoWeightValue

        public RoWeightValue()
      • RoWeightValue

        public RoWeightValue​(RoWeightValue 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 RO 实例 ID。
        Returns:
        InstanceId RO 实例 ID。
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set RO 实例 ID。
        Parameters:
        InstanceId - RO 实例 ID。
      • getWeight

        public Long getWeight()
        Get 权重值。取值范围为 [0, 100]。
        Returns:
        Weight 权重值。取值范围为 [0, 100]。
      • setWeight

        public void setWeight​(Long Weight)
        Set 权重值。取值范围为 [0, 100]。
        Parameters:
        Weight - 权重值。取值范围为 [0, 100]。