public class TLRequestPaymentsSendPaymentForm extends TLMethod<TLAbsPaymentsPaymentResult>
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID |
| Constructor and Description |
|---|
TLRequestPaymentsSendPaymentForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
TLAbsPaymentsPaymentResult |
deserializeResponse(InputStream stream,
TLContext context) |
int |
getClassId()
Getting TL Class identification
|
TLAbsInputPaymentCredentials |
getCredentials() |
int |
getMsgId() |
String |
getRequestedInfo() |
String |
getShippingOptionId() |
boolean |
hasInfo() |
boolean |
hasShippingOptions() |
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setCredentials(TLAbsInputPaymentCredentials credentials) |
void |
setMsgId(int msgId) |
void |
setRequestedInfo(String requestedInfo) |
void |
setShippingOptionId(String shippingOptionId) |
String |
toString()
Custom toString method
|
castResponse, deserializeResponsedeserialize, serialize, serializepublic static final int CLASS_ID
public int getMsgId()
public void setMsgId(int msgId)
public String getRequestedInfo()
public void setRequestedInfo(String requestedInfo)
public String getShippingOptionId()
public void setShippingOptionId(String shippingOptionId)
public TLAbsInputPaymentCredentials getCredentials()
public void setCredentials(TLAbsInputPaymentCredentials credentials)
public boolean hasShippingOptions()
public boolean hasInfo()
public TLAbsPaymentsPaymentResult deserializeResponse(InputStream stream, TLContext context) throws IOException
deserializeResponse in class TLMethod<TLAbsPaymentsPaymentResult>IOExceptionpublic int getClassId()
TLObjectgetClassId in class TLObjectpublic void serializeBody(OutputStream stream) throws IOException
TLObjectserializeBody in class TLObjectstream - destination streamIOExceptionpublic void deserializeBody(InputStream stream, TLContext context) throws IOException
TLObjectdeserializeBody in class TLObjectstream - source streamcontext - tl contextIOExceptionCopyright © 2017. All rights reserved.