public class SessionPropertyV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
key
Property Key
|
java.lang.String |
sessionKey
Session ID
|
java.lang.String |
value
Property Value
|
_excludeFields| Constructor and Description |
|---|
SessionPropertyV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="session_key") public java.lang.String sessionKey
public java.lang.String key
public java.lang.String value
public java.lang.String toString()
toString in class RequestSchemaV3