Class DetachUserPolicyRequest

    • Constructor Detail

      • DetachUserPolicyRequest

        public DetachUserPolicyRequest()
      • DetachUserPolicyRequest

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

      • getUserId

        public String getUserId()
        Get 用户Id,和CAM侧Uin匹配
        Returns:
        UserId 用户Id,和CAM侧Uin匹配
      • setUserId

        public void setUserId​(String UserId)
        Set 用户Id,和CAM侧Uin匹配
        Parameters:
        UserId - 用户Id,和CAM侧Uin匹配
      • getPolicySet

        public Policy[] getPolicySet()
        Get 解绑的权限集合
        Returns:
        PolicySet 解绑的权限集合
      • setPolicySet

        public void setPolicySet​(Policy[] PolicySet)
        Set 解绑的权限集合
        Parameters:
        PolicySet - 解绑的权限集合