public class ShelfSpecStruct extends Object
| 构造器和说明 |
|---|
ShelfSpecStruct() |
| 限定符和类型 | 方法和说明 |
|---|---|
ShelfSpecStruct |
desc(String desc) |
boolean |
equals(Object o) |
String |
getDesc()
Get desc
|
String |
getImageIdList()
Get imageIdList
|
ShelfButtonSpec |
getShelfButtonSpec()
Get shelfButtonSpec
|
String |
getTitle()
Get title
|
int |
hashCode() |
ShelfSpecStruct |
imageIdList(String imageIdList) |
void |
setDesc(String desc) |
void |
setImageIdList(String imageIdList) |
void |
setShelfButtonSpec(ShelfButtonSpec shelfButtonSpec) |
void |
setTitle(String title) |
ShelfSpecStruct |
shelfButtonSpec(ShelfButtonSpec shelfButtonSpec) |
ShelfSpecStruct |
title(String title) |
String |
toString() |
public ShelfSpecStruct shelfButtonSpec(ShelfButtonSpec shelfButtonSpec)
public ShelfButtonSpec getShelfButtonSpec()
public void setShelfButtonSpec(ShelfButtonSpec shelfButtonSpec)
public ShelfSpecStruct title(String title)
public String getTitle()
public void setTitle(String title)
public ShelfSpecStruct desc(String desc)
public String getDesc()
public void setDesc(String desc)
public ShelfSpecStruct imageIdList(String imageIdList)
public String getImageIdList()
public void setImageIdList(String imageIdList)
Copyright © 2020. All rights reserved.