public class GroupRequest extends Object
| Constructor and Description |
|---|
GroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
Get id
|
String |
getName()
Get name
|
String |
getType()
Get type
|
int |
hashCode() |
GroupRequest |
id(Long id) |
GroupRequest |
name(String name) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
GroupRequest |
type(String type) |
public GroupRequest id(Long id)
public Long getId()
public void setId(Long id)
public GroupRequest name(String name)
public String getName()
public void setName(String name)
public GroupRequest type(String type)
public String getType()
public void setType(String type)
Copyright © 2021. All rights reserved.