Search
Preparing search index...
The search index is not available
@bitclave/base-client-js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"repository/models/services/ServiceResponse"
ServiceResponse
Class ServiceResponse
Hierarchy
DeepCopy
<
ServiceResponse
>
ServiceResponse
Index
Constructors
constructor
Properties
body
headers
status
Methods
copy
deep
Copy
From
Json
get
Class
to
Json
from
Json
Constructors
constructor
new
Service
Response
(
headers
?:
Map
<
string
,
Array
<
string
>
>
, status
?:
number
, body
?:
object
)
:
ServiceResponse
Parameters
Default value
headers:
Map
<
string
,
Array
<
string
>
>
= new Map()
Default value
status:
number
= 0
Optional
body:
object
Returns
ServiceResponse
Properties
Optional
body
body
:
object
headers
headers
:
Map
<
string
,
Array
<
string
>
>
status
status
:
number
Methods
copy
copy
(
changeArgs
?:
JsonObject
<
ServiceResponse
>
)
:
ServiceResponse
Parameters
Optional
changeArgs:
JsonObject
<
ServiceResponse
>
Returns
ServiceResponse
Protected
deep
Copy
From
Json
deep
Copy
From
Json
(
)
:
ServiceResponse
Returns
ServiceResponse
Protected
get
Class
get
Class
(
)
:
ClassCreator
<
ServiceResponse
>
Returns
ClassCreator
<
ServiceResponse
>
to
Json
to
Json
(
)
:
object
Returns
object
Static
from
Json
from
Json
(
json
:
JsonObject
<
ServiceResponse
>
)
:
ServiceResponse
Parameters
json:
JsonObject
<
ServiceResponse
>
Returns
ServiceResponse
Globals
"repository/models/services/
Service
Response"
Service
Response
constructor
body
headers
status
copy
deep
Copy
From
Json
get
Class
to
Json
from
Json
Generated using
TypeDoc