public class MiniAppCategoryInfo extends AlipayObject
Constructor and Description |
---|
MiniAppCategoryInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getFirstCategoryId()
Gets first category id.
|
String |
getFirstCategoryName()
Gets first category name.
|
String |
getSecondCategoryId()
Gets second category id.
|
String |
getSecondCategoryName()
Gets second category name.
|
void |
setFirstCategoryId(String firstCategoryId)
Sets first category id.
|
void |
setFirstCategoryName(String firstCategoryName)
Sets first category name.
|
void |
setSecondCategoryId(String secondCategoryId)
Sets second category id.
|
void |
setSecondCategoryName(String secondCategoryName)
Sets second category name.
|
public String getFirstCategoryId()
public void setFirstCategoryId(String firstCategoryId)
firstCategoryId
- the first category idpublic String getFirstCategoryName()
public void setFirstCategoryName(String firstCategoryName)
firstCategoryName
- the first category namepublic String getSecondCategoryId()
public void setSecondCategoryId(String secondCategoryId)
secondCategoryId
- the second category idpublic String getSecondCategoryName()
public void setSecondCategoryName(String secondCategoryName)
secondCategoryName
- the second category nameCopyright © 2018. All rights reserved.