com.foxinmy.weixin4j.model.card
Class CardQR

java.lang.Object
  extended by com.foxinmy.weixin4j.model.card.CardQR
All Implemented Interfaces:
Serializable

public class CardQR
extends Object
implements Serializable

卡券二维码参数

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
CardQR.Builder, Serialized Form

Nested Class Summary
static class CardQR.Builder
           
 
Method Summary
 String getCardCode()
           
 String getCardId()
           
 String getOpenId()
           
 String getSceneValue()
           
 boolean isUniqueCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCardId

public String getCardId()

getCardCode

public String getCardCode()

getOpenId

public String getOpenId()

getSceneValue

public String getSceneValue()

isUniqueCode

public boolean isUniqueCode()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.