10Duke Scale SDK for Java
|
Abstract class of an REST API object that contains an identifier and is unique.
Public Member Functions | |
int | hashCode () |
boolean | equals (final Object obj) |
String | toString () |
Public Member Functions inherited from tenduke.scale.api.model.AbstractRestApiObject | |
String | nullIfNullOrEmpty (final String value) |
Checks if given string is null, empty or blank. | |
Protected Member Functions | |
AbstractUniqueRestApiObject (final UUID id) | |
AbstractUniqueRestApiObject (final AbstractUniqueRestApiObject source) | |
Protected Member Functions inherited from tenduke.scale.api.model.AbstractRestApiObject | |
boolean | hasNonEmptyValue (final String string) |
Checks if the given string is not null nor empty. | |
|
protected |
|
protected |
boolean tenduke.scale.api.model.AbstractUniqueRestApiObject.equals | ( | final Object | obj | ) |
int tenduke.scale.api.model.AbstractUniqueRestApiObject.hashCode | ( | ) |
String tenduke.scale.api.model.AbstractUniqueRestApiObject.toString | ( | ) |