@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class CreateGroupOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
CreateGroupOptions() |
| Modifier and Type | Method and Description |
|---|---|
CreateGroupOptions |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getName()
Get name
|
int |
hashCode() |
CreateGroupOptions |
name(String name) |
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public CreateGroupOptions name(String name)
public String getName()
public void setName(String name)
public CreateGroupOptions description(String description)
public void setDescription(String description)
Copyright © 2021. All rights reserved.