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_SwishErrorerrorCode(Erasable<String> errorCode)API.Partial_SwishErrorerrorCode(String errorCode)Erasable<String>errorMessage()API.Partial_SwishErrorerrorMessage(Erasable<String> errorMessage)API.Partial_SwishErrorerrorMessage(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)
 
 - 
 
 -