Class ModifyServiceGroupWeightsRequest


  • public class ModifyServiceGroupWeightsRequest
    extends AbstractModel
    • Constructor Detail

      • ModifyServiceGroupWeightsRequest

        public ModifyServiceGroupWeightsRequest()
      • ModifyServiceGroupWeightsRequest

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

      • getServiceGroupId

        public String getServiceGroupId()
        Get 服务组id
        Returns:
        ServiceGroupId 服务组id
      • setServiceGroupId

        public void setServiceGroupId​(String ServiceGroupId)
        Set 服务组id
        Parameters:
        ServiceGroupId - 服务组id
      • getWeights

        public WeightEntry[] getWeights()
        Get 权重设置
        Returns:
        Weights 权重设置
      • setWeights

        public void setWeights​(WeightEntry[] Weights)
        Set 权重设置
        Parameters:
        Weights - 权重设置