public class Group extends Object
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
Group |
acctId(String acctId) |
Group |
createdAt(String createdAt) |
Group |
creator(CreatorType creator) |
Group |
description(String description) |
boolean |
equals(Object o) |
String |
getAcctId()
Account ID of the account this Group belongs to.
|
String |
getCreatedAt()
When this group was created.
|
CreatorType |
getCreator()
Get creator
|
String |
getDescription()
Description of the group.
|
String |
getGroupId()
Group ID uniquely identifying this group.
|
Map<String,HmgConfig> |
getHmg()
Map from UUIDs to HmgConfig objects
|
KeyUndoPolicy |
getKeyUndoPolicy()
Get keyUndoPolicy
|
String |
getName()
Name of the group.
|
Group |
groupId(String groupId) |
int |
hashCode() |
Group |
hmg(Map<String,HmgConfig> hmg) |
Group |
keyUndoPolicy(KeyUndoPolicy keyUndoPolicy) |
Group |
name(String name) |
Group |
putHmgItem(String key,
HmgConfig hmgItem) |
void |
setAcctId(String acctId) |
void |
setCreatedAt(String createdAt) |
void |
setCreator(CreatorType creator) |
void |
setDescription(String description) |
void |
setGroupId(String groupId) |
void |
setHmg(Map<String,HmgConfig> hmg) |
void |
setKeyUndoPolicy(KeyUndoPolicy keyUndoPolicy) |
void |
setName(String name) |
String |
toString() |
public String getName()
public void setName(String name)
public String getGroupId()
public void setGroupId(String groupId)
public String getDescription()
public void setDescription(String description)
public String getAcctId()
public void setAcctId(String acctId)
public Group creator(CreatorType creator)
public CreatorType getCreator()
public void setCreator(CreatorType creator)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public Group keyUndoPolicy(KeyUndoPolicy keyUndoPolicy)
public KeyUndoPolicy getKeyUndoPolicy()
public void setKeyUndoPolicy(KeyUndoPolicy keyUndoPolicy)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved