类 DetachUserPolicyRequest


  • public class DetachUserPolicyRequest
    extends Object
    DetachUserPolicyRequest
    • 构造器详细资料

      • DetachUserPolicyRequest

        public DetachUserPolicyRequest()
    • 方法详细资料

      • getPolicyName

        @NotNull
        public @NotNull String getPolicyName()
        Get policyName
        返回:
        policyName
      • setPolicyName

        public void setPolicyName​(String policyName)
      • getPolicyType

        @NotNull
        public @NotNull String getPolicyType()
        Get policyType
        返回:
        policyType
      • setPolicyType

        public void setPolicyType​(String policyType)
      • getUserName

        @NotNull
        public @NotNull String getUserName()
        Get userName
        返回:
        userName
      • setUserName

        public void setUserName​(String userName)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object