@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-09-07T10:41:28.432+08:00") public class SessionInfos extends Object
Constructor and Description |
---|
SessionInfos() |
Modifier and Type | Method and Description |
---|---|
SessionInfos |
addSessionsItem(SessionInfo sessionsItem) |
boolean |
equals(Object o) |
SessionInfos |
from(Integer from) |
Integer |
getFrom()
Get from
|
List<SessionInfo> |
getSessions()
Get sessions
|
Integer |
getTotal()
Get total
|
int |
hashCode() |
SessionInfos |
sessions(List<SessionInfo> sessions) |
void |
setFrom(Integer from) |
void |
setSessions(List<SessionInfo> sessions) |
void |
setTotal(Integer total) |
String |
toString() |
SessionInfos |
total(Integer total) |
public SessionInfos from(Integer from)
public Integer getFrom()
public void setFrom(Integer from)
public SessionInfos total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public SessionInfos sessions(List<SessionInfo> sessions)
public SessionInfos addSessionsItem(SessionInfo sessionsItem)
public List<SessionInfo> getSessions()
public void setSessions(List<SessionInfo> sessions)
Copyright © 2023. All rights reserved.