toggle menu
sdk-java
2.0.0
jvm
switch theme
search in API
client
/
dev.restate.client
/
Response
Response
class
Response
<
Res
>
:
ResponseHead
Members
Constructors
Response
Link copied to clipboard
constructor
(
statusCode
:
Int
,
headers
:
ResponseHead.Headers
,
response
:
Res
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
obj
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
headers
Link copied to clipboard
open
fun
headers
(
)
:
ResponseHead.Headers
response
Link copied to clipboard
open
fun
response
(
)
:
Res
status
Code
Link copied to clipboard
open
fun
statusCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String