public class MiniprogramSession extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
sessionKey |
private String |
userid |
| Constructor and Description |
|---|
MiniprogramSession(String userid,
String sessionKey)
Instantiates a new Miniprogram session.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSessionKey()
Gets session key.
|
String |
getUserid()
Gets userid.
|
int |
hashCode() |
String |
toString() |
Copyright © 2024. All rights reserved.