Package com.onslip360
Class API.Partial_SwishError
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_SwishError>
-
- com.onslip360.API.Partial_SwishError
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_SwishError>>
- Enclosing class:
- API
public static class API.Partial_SwishError extends Onslip360Object<API.Partial_SwishError>
-
-
Constructor Summary
Constructors Constructor Description Partial_SwishError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<String>
errorCode()
API.Partial_SwishError
errorCode(Erasable<String> errorCode)
API.Partial_SwishError
errorCode(String errorCode)
Erasable<String>
errorMessage()
API.Partial_SwishError
errorMessage(Erasable<String> errorMessage)
API.Partial_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.Partial_SwishError errorCode(@Nullable String errorCode)
-
errorCode
@Nonnull public API.Partial_SwishError errorCode(@Nullable Erasable<String> errorCode)
-
errorMessage
@Nonnull public API.Partial_SwishError errorMessage(@Nullable String errorMessage)
-
errorMessage
@Nonnull public API.Partial_SwishError errorMessage(@Nullable Erasable<String> errorMessage)
-
-