public class UserGroup extends Object implements IDataTransferModel
Constructor and Description |
---|
UserGroup() |
Modifier and Type | Method and Description |
---|---|
ArrayList<UserGroup> |
getChildren() |
long |
getCreationTime() |
String |
getDescription() |
long |
getId() |
String |
getLabel() |
long |
getMemberCount() |
ArrayList<AccountTransfer> |
getMembers() |
String |
getOwnerEmail() |
long |
getParentId() |
ArrayList<RemoteUser> |
getRemoteMembers() |
GroupType |
getType() |
String |
getUuid() |
boolean |
isAutoJoin() |
void |
setAutoJoin(boolean autoJoin) |
void |
setCreationTime(long creationTime) |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setLabel(String label) |
void |
setMemberCount(long memberCount) |
void |
setOwnerEmail(String ownerEmail) |
void |
setParentId(long parentId) |
void |
setType(GroupType type) |
void |
setUuid(String uuid) |
public String getUuid()
public void setUuid(String uuid)
public String getLabel()
public void setLabel(String label)
public long getParentId()
public void setParentId(long parentId)
public String getDescription()
public void setDescription(String description)
public long getId()
public void setId(long id)
public ArrayList<AccountTransfer> getMembers()
public ArrayList<RemoteUser> getRemoteMembers()
public long getMemberCount()
public void setMemberCount(long memberCount)
public GroupType getType()
public void setType(GroupType type)
public String getOwnerEmail()
public void setOwnerEmail(String ownerEmail)
public boolean isAutoJoin()
public void setAutoJoin(boolean autoJoin)
public long getCreationTime()
public void setCreationTime(long creationTime)
Copyright © 2017. All rights reserved.