Package com.google.gerrit.server.account
Class CreateGroupArgs
- java.lang.Object
-
- com.google.gerrit.server.account.CreateGroupArgs
-
public class CreateGroupArgs extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
groupDescription
Collection<? extends Account.Id>
initialMembers
AccountGroup.UUID
ownerGroupUuid
AccountGroup.UUID
uuid
boolean
visibleToAll
-
Constructor Summary
Constructors Constructor Description CreateGroupArgs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountGroup.NameKey
getGroup()
String
getGroupName()
void
setGroupName(String n)
-
-
-
Field Detail
-
uuid
public AccountGroup.UUID uuid
-
groupDescription
public String groupDescription
-
visibleToAll
public boolean visibleToAll
-
ownerGroupUuid
public AccountGroup.UUID ownerGroupUuid
-
initialMembers
public Collection<? extends Account.Id> initialMembers
-
-
Method Detail
-
getGroup
public AccountGroup.NameKey getGroup()
-
getGroupName
public String getGroupName()
-
setGroupName
public void setGroupName(String n)
-
-