Class SetDefaultPolicyVersionRequest


  • public class SetDefaultPolicyVersionRequest
    extends AbstractModel
    • Constructor Detail

      • SetDefaultPolicyVersionRequest

        public SetDefaultPolicyVersionRequest()
      • SetDefaultPolicyVersionRequest

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

      • getPolicyId

        public Long getPolicyId()
        Get 策略ID
        Returns:
        PolicyId 策略ID
      • setPolicyId

        public void setPolicyId​(Long PolicyId)
        Set 策略ID
        Parameters:
        PolicyId - 策略ID
      • getVersionId

        public Long getVersionId()
        Get 策略版本号,可由ListPolicyVersions获取
        Returns:
        VersionId 策略版本号,可由ListPolicyVersions获取
      • setVersionId

        public void setVersionId​(Long VersionId)
        Set 策略版本号,可由ListPolicyVersions获取
        Parameters:
        VersionId - 策略版本号,可由ListPolicyVersions获取