@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-02-02T06:24:07.455Z") 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.
|
String |
getName()
Name of the group.
|
Group |
groupId(String groupId) |
int |
hashCode() |
Group |
name(String name) |
void |
setAcctId(String acctId) |
void |
setCreatedAt(String createdAt) |
void |
setCreator(CreatorType creator) |
void |
setDescription(String description) |
void |
setGroupId(String groupId) |
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)
Copyright © 2017-2019 Fortanix Inc. All Rights Reserved