public class

GetTicketResponseImpl

extends BoxResponseImpl
implements GetTicketResponse
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
     ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.GetTicketResponseImpl

Summary

Fields
private String ticket ticket.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
Public Constructors
GetTicketResponseImpl()
Public Methods
String getTicket()
void setTicket(String ticket)
[Expand]
Inherited Methods
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
From class java.lang.Object
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.GetTicketResponse

Fields

private String ticket

ticket.

Public Constructors

public GetTicketResponseImpl ()

Public Methods

public String getTicket ()

Returns
  • the ticket

public void setTicket (String ticket)

Parameters
ticket The ticket to set