public class CategoryUpdatesPerCatalog
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_CATALOG_ID |
static java.lang.String |
SERIALIZED_NAME_CATEGORIES |
| Constructor and Description |
|---|
CategoryUpdatesPerCatalog() |
| Modifier and Type | Method and Description |
|---|---|
CategoryUpdatesPerCatalog |
addCategoriesItem(CategoryUpdateInput categoriesItem) |
CategoryUpdatesPerCatalog |
catalogId(java.lang.Integer catalogId) |
CategoryUpdatesPerCatalog |
categories(java.util.List<CategoryUpdateInput> categories) |
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getCatalogId()
Get catalogId
|
java.util.List<CategoryUpdateInput> |
getCategories()
Get categories
|
int |
hashCode() |
void |
setCatalogId(java.lang.Integer catalogId) |
void |
setCategories(java.util.List<CategoryUpdateInput> categories) |
java.lang.String |
toString() |
public static final java.lang.String SERIALIZED_NAME_CATALOG_ID
public static final java.lang.String SERIALIZED_NAME_CATEGORIES
public CategoryUpdatesPerCatalog catalogId(java.lang.Integer catalogId)
@Nullable public java.lang.Integer getCatalogId()
public void setCatalogId(java.lang.Integer catalogId)
public CategoryUpdatesPerCatalog categories(java.util.List<CategoryUpdateInput> categories)
public CategoryUpdatesPerCatalog addCategoriesItem(CategoryUpdateInput categoriesItem)
@Nullable public java.util.List<CategoryUpdateInput> getCategories()
public void setCategories(java.util.List<CategoryUpdateInput> categories)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2021. All rights reserved.