cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions
Class GetTicketResponseImpl

java.lang.Object
  extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
      extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.GetTicketResponseImpl
All Implemented Interfaces:
BoxResponse, GetTicketResponse

public class GetTicketResponseImpl
extends BoxResponseImpl
implements GetTicketResponse

Author:
Jimmy

Field Summary
 
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
status
 
Constructor Summary
GetTicketResponseImpl()
           
 
Method Summary
 java.lang.String getTicket()
           
 void setTicket(java.lang.String ticket)
           
 
Methods inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
getStatus, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse
getStatus, setStatus
 

Constructor Detail

GetTicketResponseImpl

public GetTicketResponseImpl()
Method Detail

getTicket

public java.lang.String getTicket()
Specified by:
getTicket in interface GetTicketResponse
Returns:
the ticket

setTicket

public void setTicket(java.lang.String ticket)
Specified by:
setTicket in interface GetTicketResponse
Parameters:
ticket - the ticket to set