Class ProxyInstanceWeight

    • Constructor Detail

      • ProxyInstanceWeight

        public ProxyInstanceWeight()
      • ProxyInstanceWeight

        public ProxyInstanceWeight​(ProxyInstanceWeight 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
      • getWeight

        public Long getWeight()
        Get 实例权重
        Returns:
        Weight 实例权重
      • setWeight

        public void setWeight​(Long Weight)
        Set 实例权重
        Parameters:
        Weight - 实例权重