public class TLInputMediaVenue extends TLObject
Modifier and Type | Field and Description |
---|---|
static int |
CLASS_ID
The constant CLASS_ID.
|
Constructor and Description |
---|
TLInputMediaVenue()
Instantiates a new TL input media venue.
|
Modifier and Type | Method and Description |
---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
String |
getAddress()
Gets address.
|
int |
getClassId()
Getting TL Class identification
|
TLAbsInputGeoPoint |
getInputGeoPoint()
Gets input geo point.
|
String |
getProvider()
Gets provider.
|
String |
getTitle()
Gets title.
|
String |
getVenueId()
Gets venue id.
|
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setAddress(String address)
Sets address.
|
void |
setInputGeoPoint(TLAbsInputGeoPoint inputGeoPoint)
Sets input geo point.
|
void |
setProvider(String provider)
Sets provider.
|
void |
setTitle(String title)
Sets title.
|
void |
setVenueId(String venueId)
Sets venue id.
|
String |
toString()
Custom toString method
|
deserialize, serialize, serialize
public static final int CLASS_ID
public TLInputMediaVenue()
public int getClassId()
TLObject
getClassId
in class TLObject
public TLAbsInputGeoPoint getInputGeoPoint()
public void setInputGeoPoint(TLAbsInputGeoPoint inputGeoPoint)
inputGeoPoint
- the input geo pointpublic String getTitle()
public void setTitle(String title)
title
- the titlepublic String getAddress()
public void setAddress(String address)
address
- the addresspublic String getProvider()
public void setProvider(String provider)
provider
- the providerpublic String getVenueId()
public void setVenueId(String venueId)
venueId
- the venue idpublic void serializeBody(OutputStream stream) throws IOException
TLObject
serializeBody
in class TLObject
stream
- destination streamIOException
public void deserializeBody(InputStream stream, TLContext context) throws IOException
TLObject
deserializeBody
in class TLObject
stream
- source streamcontext
- tl contextIOException
Copyright © 2016. All rights reserved.