@Generated(value="com.coupang.client.generator.CoupangCustomCodeGenerator", date="2022-01-07T15:32:33.824+09:00") public class OCategory extends Object
Constructor and Description |
---|
OCategory() |
Modifier and Type | Method and Description |
---|---|
OCategory |
categoryId(Long categoryId) |
OCategory |
categoryName(String categoryName) |
OCategory |
depth(Integer depth) |
OCategory |
divisionType(String divisionType) |
boolean |
equals(Object o) |
Long |
getCategoryId()
Get categoryId
|
String |
getCategoryName()
Get categoryName
|
Integer |
getDepth()
Get depth
|
String |
getDivisionType()
Get divisionType
|
Boolean |
getValid()
Get valid
|
int |
hashCode() |
void |
setCategoryId(Long categoryId) |
void |
setCategoryName(String categoryName) |
void |
setDepth(Integer depth) |
void |
setDivisionType(String divisionType) |
void |
setValid(Boolean valid) |
String |
toString() |
OCategory |
valid(Boolean valid) |
public Boolean getValid()
public void setValid(Boolean valid)
public String getDivisionType()
public void setDivisionType(String divisionType)
public Integer getDepth()
public void setDepth(Integer depth)
public String getCategoryName()
public void setCategoryName(String categoryName)
public Long getCategoryId()
public void setCategoryId(Long categoryId)
Copyright © 2022. All rights reserved.