com.belerweb.social.weixin.bean
Class QRCreation

java.lang.Object
  extended by com.belerweb.social.weixin.bean.QRCreation

public class QRCreation
extends Object


Constructor Summary
QRCreation()
           
 
Method Summary
 Integer getExpireSeconds()
           
 Integer getSceneId()
           
 QRType getType()
           
 void setExpireSeconds(Integer expireSeconds)
           
 void setSceneId(Integer sceneId)
           
 void setType(QRType type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QRCreation

public QRCreation()
Method Detail

getType

public QRType getType()

setType

public void setType(QRType type)

getExpireSeconds

public Integer getExpireSeconds()

setExpireSeconds

public void setExpireSeconds(Integer expireSeconds)

getSceneId

public Integer getSceneId()

setSceneId

public void setSceneId(Integer sceneId)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.