@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class CategoryParams extends Object
| Constructor and Description |
|---|
CategoryParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Name of the category.
|
Long |
getParentId()
Identifier of the parent category, if the new category should be created as a sub-category.
|
int |
hashCode() |
CategoryParams |
name(String name) |
CategoryParams |
parentId(Long parentId) |
void |
setName(String name) |
void |
setParentId(Long parentId) |
String |
toString() |
public CategoryParams name(String name)
public String getName()
public void setName(String name)
public CategoryParams parentId(Long parentId)
public Long getParentId()
public void setParentId(Long parentId)
Copyright © 2018. All rights reserved.