Class that represents the result from a static data call.
More...
Class that represents the result from a static data call.
◆ StaticDataResponse()
Gevasys.DataCore.StaticData.StaticDataResponse.StaticDataResponse |
( |
int |
errorCode, |
|
|
String |
errorMessage, |
|
|
byte[] |
data |
|
) |
| |
|
inline |
- Parameters
-
errorCode | |
errorMessage | |
data | |
◆ getData()
byte [] Gevasys.DataCore.StaticData.StaticDataResponse.getData |
( |
| ) |
|
|
inline |
Gets the data from the call.
- Returns
- Serialized message data that can be deserialized or null if the call was not successfull.
◆ GetData()
byte [] Gevasys.DataCore.StaticData.StaticDataResponse.GetData |
( |
| ) |
|
|
inline |
Gets the data from the call.
- Returns
- Serialized message data that can be deserialized or null if the call was not successfull.
◆ getErrorCode()
int Gevasys.DataCore.StaticData.StaticDataResponse.getErrorCode |
( |
| ) |
|
|
inline |
Gets the error code from the call.
- Returns
- 0 if the call was successfull, otherwise negative number.
◆ GetErrorCode()
int Gevasys.DataCore.StaticData.StaticDataResponse.GetErrorCode |
( |
| ) |
|
|
inline |
Gets the error code from the call.
- Returns
- 0 if the call was successfull, otherwise negative number.</returns [ObsoleteAttribute]
◆ getErrorMessage()
String Gevasys.DataCore.StaticData.StaticDataResponse.getErrorMessage |
( |
| ) |
|
|
inline |
Gets the error message from the call.
- Returns
- Emtpy if the call was successful, otherwise a error message.
◆ GetErrorMessage()
String Gevasys.DataCore.StaticData.StaticDataResponse.GetErrorMessage |
( |
| ) |
|
|
inline |
Gets the error message from the call.
- Returns
- Emtpy if the call was successful, otherwise a error message.
◆ HttpStatusCode
int Gevasys.DataCore.StaticData.StaticDataResponse.HttpStatusCode |
|
get |
Gets the HTTP Status Code associated with the HTTP request.
The documentation for this class was generated from the following file: