Package com.foxinmy.weixin4j.model.card
Class PicItem
- java.lang.Object
-
- com.foxinmy.weixin4j.model.card.PicItem
-
public class PicItem extends Object
礼品卡货架主题中的卡面结构体- Author:
- kit(kit.li@qq.com)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBackgroundPicUrl()
String
getDefaultGiftingMsg()
String
getOuterImgId()
void
setBackgroundPicUrl(String backgroundPicUrl)
void
setDefaultGiftingMsg(String defaultGiftingMsg)
void
setOuterImgId(String outerImgId)
-
-
-
Method Detail
-
getBackgroundPicUrl
public String getBackgroundPicUrl()
-
getOuterImgId
public String getOuterImgId()
-
getDefaultGiftingMsg
public String getDefaultGiftingMsg()
-
setBackgroundPicUrl
public void setBackgroundPicUrl(String backgroundPicUrl)
-
setOuterImgId
public void setOuterImgId(String outerImgId)
-
setDefaultGiftingMsg
public void setDefaultGiftingMsg(String defaultGiftingMsg)
-
-