| Name | Summary |
|---|---|
Message | constructor(requestId: Long, statusCode: Int, statusMessage: String, response: String, cookie: Int) |
| Name | Summary |
|---|---|
cookie | val cookie: Int |
requestId | val requestId: Long |
response | val response: String |
statusCode | val statusCode: Int |
statusMessage | open var statusMessage: String |
| Name | Summary |
|---|---|
equals | open fun equals(o: Any): Boolean |
getStatusMessage | open fun getStatusMessage(): String |
hashCode | open fun hashCode(): Int |
toString | open fun toString(): String |