public class IMRegisterUserRespModel extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
action |
private String |
application |
private String |
applicationName |
private Integer |
duration |
private List<IMUserModel> |
entities |
private String |
organization |
private String |
path |
private Long |
timestamp |
private String |
uri |
| 构造器和说明 |
|---|
IMRegisterUserRespModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAction() |
String |
getApplication() |
String |
getApplicationName() |
Integer |
getDuration() |
List<IMUserModel> |
getEntities() |
String |
getOrganization() |
String |
getPath() |
Long |
getTimestamp() |
String |
getUri() |
void |
setAction(String action) |
void |
setApplication(String application) |
void |
setApplicationName(String applicationName) |
void |
setDuration(Integer duration) |
void |
setEntities(List<IMUserModel> entities) |
void |
setOrganization(String organization) |
void |
setPath(String path) |
void |
setTimestamp(Long timestamp) |
void |
setUri(String uri) |
private String action
private String application
private String path
private String uri
private List<IMUserModel> entities
private Long timestamp
private Integer duration
private String organization
private String applicationName
public String getAction()
public void setAction(String action)
public String getApplication()
public void setApplication(String application)
public String getPath()
public void setPath(String path)
public String getUri()
public void setUri(String uri)
public List<IMUserModel> getEntities()
public void setEntities(List<IMUserModel> entities)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public Integer getDuration()
public void setDuration(Integer duration)
public String getOrganization()
public void setOrganization(String organization)
public String getApplicationName()
public void setApplicationName(String applicationName)
Copyright © 2024. All rights reserved.