Class StatusDetails
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
String>
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:43.349099400+02:00[Europe/Vienna]")
public class StatusDetails
extends HashMap<String,String>
StatusDetails
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getApi()
The API channel for incoming traffic is downNo callbacks are being sentThe mobile SDK is not functionalNo or delayed processing of the workflowsThe Retrieval-API is not workinggetWeb()
The Web channel for incoming traffic is not workingint
hashCode()
processing
(String processing) void
void
setCallback
(String callback) void
void
setProcessing
(String processing) void
setRetrieval
(String retrieval) void
toString()
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
JSON_PROPERTY_API
- See Also:
-
JSON_PROPERTY_CALLBACK
- See Also:
-
JSON_PROPERTY_MOBILE
- See Also:
-
JSON_PROPERTY_PROCESSING
- See Also:
-
JSON_PROPERTY_RETRIEVAL
- See Also:
-
JSON_PROPERTY_WEB
- See Also:
-
-
Constructor Details
-
StatusDetails
public StatusDetails()
-
-
Method Details
-
api
-
getApi
The API channel for incoming traffic is down- Returns:
- api
-
setApi
-
callback
-
getCallback
No callbacks are being sent- Returns:
- callback
-
setCallback
-
mobile
-
getMobile
The mobile SDK is not functional- Returns:
- mobile
-
setMobile
-
processing
-
getProcessing
No or delayed processing of the workflows- Returns:
- processing
-
setProcessing
-
retrieval
-
getRetrieval
The Retrieval-API is not working- Returns:
- retrieval
-
setRetrieval
-
web
-
getWeb
The Web channel for incoming traffic is not working- Returns:
- web
-
setWeb
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toString
in classAbstractMap<String,
String>
-