public class StpGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATE_TIME |
static String |
SERIALIZED_NAME_CREATOR_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
StpGroup() |
| Modifier and Type | Method and Description |
|---|---|
StpGroup |
createTime(Long createTime) |
StpGroup |
creatorId(Long creatorId) |
boolean |
equals(Object o) |
Long |
getCreateTime()
Creation time
|
Long |
getCreatorId()
Creator ID
|
Long |
getId()
STP Group ID
|
String |
getName()
STP Group name
|
int |
hashCode() |
StpGroup |
id(Long id) |
StpGroup |
name(String name) |
void |
setCreateTime(Long createTime) |
void |
setCreatorId(Long creatorId) |
void |
setId(Long id) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_CREATOR_ID
public static final String SERIALIZED_NAME_CREATE_TIME
Copyright © 2023. All rights reserved.