@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-04-07T03:57:28.166Z") public class GroupRequest extends Object
Constructor and Description |
---|
GroupRequest() |
Modifier and Type | Method and Description |
---|---|
GroupRequest |
acctId(String acctId) |
GroupRequest |
description(String description) |
boolean |
equals(Object o) |
String |
getAcctId()
Account ID of the account the new group will belong to.
|
String |
getDescription()
Description of the group.
|
String |
getName()
Name of the group.
|
int |
hashCode() |
GroupRequest |
name(String name) |
void |
setAcctId(String acctId) |
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
public GroupRequest name(String name)
public String getName()
public void setName(String name)
public GroupRequest description(String description)
public String getDescription()
public void setDescription(String description)
public GroupRequest acctId(String acctId)
public String getAcctId()
public void setAcctId(String acctId)
Copyright © 2017-2019 Fortanix Inc. All Rights Reserved