类 CreateGroupRequest


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

      • CreateGroupRequest

        public CreateGroupRequest()
    • 方法详细资料

      • getDescription

        public String getDescription()
        Get description
        返回:
        description
      • setDescription

        public void setDescription​(String description)
      • getDisplayName

        public String getDisplayName()
        Get displayName
        返回:
        displayName
      • setDisplayName

        public void setDisplayName​(String displayName)
      • getUserGroupName

        @NotNull
        public @NotNull String getUserGroupName()
        Get userGroupName
        返回:
        userGroupName
      • setUserGroupName

        public void setUserGroupName​(String userGroupName)
      • hashCode

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