public class StpGroupUser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATE_TIME |
static String |
SERIALIZED_NAME_STP_ID |
static String |
SERIALIZED_NAME_USER_ID |
| Constructor and Description |
|---|
StpGroupUser() |
| Modifier and Type | Method and Description |
|---|---|
StpGroupUser |
createTime(Long createTime) |
boolean |
equals(Object o) |
Long |
getCreateTime()
Creation time
|
Long |
getStpId()
STP Group ID
|
Long |
getUserId()
User ID
|
int |
hashCode() |
void |
setCreateTime(Long createTime) |
void |
setStpId(Long stpId) |
void |
setUserId(Long userId) |
StpGroupUser |
stpId(Long stpId) |
String |
toString() |
StpGroupUser |
userId(Long userId) |
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_STP_ID
public static final String SERIALIZED_NAME_CREATE_TIME
public StpGroupUser userId(Long userId)
public void setUserId(Long userId)
public StpGroupUser stpId(Long stpId)
public void setStpId(Long stpId)
public StpGroupUser createTime(Long createTime)
public void setCreateTime(Long createTime)
Copyright © 2023. All rights reserved.