public class CatalogObjectReference extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogObjectReference.Builder
Class to build instances of
CatalogObjectReference. |
| Constructor and Description |
|---|
CatalogObjectReference(String objectId,
Long catalogVersion)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCatalogVersion()
Getter for CatalogVersion.
|
String |
getObjectId()
Getter for ObjectId.
|
int |
hashCode() |
CatalogObjectReference.Builder |
toBuilder()
Builds a new
CatalogObjectReference.Builder object. |
String |
toString()
Converts this CatalogObjectReference into string format.
|
public String getObjectId()
public Long getCatalogVersion()
public String toString()
public CatalogObjectReference.Builder toBuilder()
CatalogObjectReference.Builder object.
Creates the instance with the state of the current model.CatalogObjectReference.Builder objectCopyright © 2022. All rights reserved.