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