public class DSGroupResponse extends Object
| Constructor and Description |
|---|
DSGroupResponse() |
public DSGroupResponse dsGroupId(UUID dsGroupId)
public UUID getDsGroupId()
public void setDsGroupId(UUID dsGroupId)
public DSGroupResponse accountId(UUID accountId)
public UUID getAccountId()
public void setAccountId(UUID accountId)
public DSGroupResponse sourceProductName(String sourceProductName)
public String getSourceProductName()
public void setSourceProductName(String sourceProductName)
public DSGroupResponse groupId(String groupId)
public String getGroupId()
public void setGroupId(String groupId)
public DSGroupResponse groupName(String groupName)
public String getGroupName()
public void setGroupName(String groupName)
public DSGroupResponse description(String description)
public String getDescription()
public void setDescription(String description)
public DSGroupResponse isAdmin(Boolean isAdmin)
public Boolean isIsAdmin()
public void setIsAdmin(Boolean isAdmin)
public DSGroupResponse lastModifiedOn(org.joda.time.DateTime lastModifiedOn)
public org.joda.time.DateTime getLastModifiedOn()
public void setLastModifiedOn(org.joda.time.DateTime lastModifiedOn)
public DSGroupResponse userCount(Integer userCount)
public Integer getUserCount()
public void setUserCount(Integer userCount)
public DSGroupResponse externalAccountId(Long externalAccountId)
public Long getExternalAccountId()
public void setExternalAccountId(Long externalAccountId)
public DSGroupResponse accountName(String accountName)
public String getAccountName()
public void setAccountName(String accountName)
Copyright © 2021. All rights reserved.