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