@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-09-07T10:41:28.432+08:00") public class SessionLog extends Object
Constructor and Description |
---|
SessionLog() |
Modifier and Type | Method and Description |
---|---|
SessionLog |
addLogItem(String logItem) |
boolean |
equals(Object o) |
SessionLog |
from(Integer from) |
Integer |
getFrom()
Get from
|
String |
getId()
Get id
|
List<String> |
getLog()
Get log
|
Integer |
getTotal()
Get total
|
int |
hashCode() |
SessionLog |
id(String id) |
SessionLog |
log(List<String> log) |
void |
setFrom(Integer from) |
void |
setId(String id) |
void |
setLog(List<String> log) |
void |
setTotal(Integer total) |
String |
toString() |
SessionLog |
total(Integer total) |
public SessionLog id(String id)
public String getId()
public void setId(String id)
public SessionLog from(Integer from)
public Integer getFrom()
public void setFrom(Integer from)
public SessionLog total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public SessionLog log(List<String> log)
public SessionLog addLogItem(String logItem)
Copyright © 2023. All rights reserved.