Package com.onslip360
Class API.SwishError
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.SwishError>
-
- com.onslip360.API.SwishError
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.SwishError>>
- Enclosing class:
- API
public static class API.SwishError extends Onslip360Object<API.SwishError>
-
-
Constructor Summary
Constructors Constructor Description SwishError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
errorCode()
API.SwishError
errorCode(String errorCode)
Optional<String>
errorMessage()
API.SwishError
errorMessage(String errorMessage)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
errorCode
@Nonnull public API.SwishError errorCode(@Nullable String errorCode)
-
errorMessage
@Nonnull public API.SwishError errorMessage(@Nullable String errorMessage)
-
-