public class ResponseDocumentReferencePojo extends Object implements IEDMResponsePayloadDocumentReference
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseDocumentReferencePojo.Builder |
| Constructor and Description |
|---|
ResponseDocumentReferencePojo(String sRegistryObjectID,
DatasetPojo aDataset) |
| Modifier and Type | Method and Description |
|---|---|
static ResponseDocumentReferencePojo.Builder |
builder() |
static ResponseDocumentReferencePojo.Builder |
builder(eu.toop.regrep.rim.ObjectRefType a) |
boolean |
equals(Object o) |
eu.toop.regrep.rim.ObjectRefType |
getAsObjectRef() |
DatasetPojo |
getDataset() |
String |
getRegistryObjectID() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAsRegistryObjectpublic ResponseDocumentReferencePojo(@Nonnull @Nonempty String sRegistryObjectID, @Nonnull DatasetPojo aDataset)
@Nonnull @Nonempty public final String getRegistryObjectID()
getRegistryObjectID in interface IEDMResponsePayloadProvider@Nonnull public final DatasetPojo getDataset()
getDataset in interface IEDMResponsePayloadDocumentReference@Nonnull public eu.toop.regrep.rim.ObjectRefType getAsObjectRef()
getAsObjectRef in interface IEDMResponsePayloadProvider@Nonnull public static ResponseDocumentReferencePojo.Builder builder()
@Nonnull public static ResponseDocumentReferencePojo.Builder builder(@Nullable eu.toop.regrep.rim.ObjectRefType a)
Copyright © 2020 toop.eu. All rights reserved.