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