public static class App.Thrift extends Object implements App<AppThrift>
App.Avro, App.AvroBuilder, App.Builder<T>, App.Comparator, App.NativeImpl, App.Protobuf, App.ProtobufBuilder, App.Thrift, App.ThriftBuilder| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
Thrift()
Create a new wrapper.
|
Thrift(AppThrift wrapped)
Wraps an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
AppThrift |
get()
Returns underlying object.
|
String |
getBundle()
Application bundle or package name (e.g., com.foo.mygame).
|
List<String> |
getCat()
Array of IAB content categories for the overall application.
|
Content<?> |
getContent()
See Content Object.
|
String |
getDomain()
Domain of the application (e.g., “mygame.foo.com”).
|
String |
getId()
Application ID on the exchange.
|
String |
getKeywords()
List of keywords describing this app in a comma separated string.
|
String |
getName()
Application name (may be masked at publisher’s request).
|
List<String> |
getPagecat()
Array of IAB content categories for the current page/view of the app.
|
int |
getPaid()
“1” if the application is a paid version; else “0” (i.e., free).
|
int |
getPrivacypolicy()
Specifies whether the app has a privacy policy.
|
Publisher<?> |
getPublisher()
See Publisher Object.
|
List<String> |
getSectioncat()
Array of IAB content categories for the current subsection of the app.
|
String |
getStoreurl()
For QAG 1.5 compliance, an app store URL for an installed app should be passed in the bid request.
|
String |
getVer()
Application version.
|
int |
hashCode() |
boolean |
isDefaultBundle() |
boolean |
isDefaultCat() |
boolean |
isDefaultContent() |
boolean |
isDefaultDomain() |
boolean |
isDefaultId() |
boolean |
isDefaultKeywords() |
boolean |
isDefaultName() |
boolean |
isDefaultPagecat() |
boolean |
isDefaultPaid() |
boolean |
isDefaultPrivacypolicy() |
boolean |
isDefaultPublisher() |
boolean |
isDefaultSectioncat() |
boolean |
isDefaultStoreurl() |
boolean |
isDefaultVer() |
App.Builder<AppThrift> |
newBuilder()
Creates a new builder based on this object.
|
String |
toString() |
avro, avro, compareTo, getAvroClass, getAvroSchema, getComparator, getProtobufClass, getProtobufDescriptor, getProtobufProtocolClass, getProtobufProtocolDescriptor, getThriftClass, getThriftMetadataMap, isDefault, nativeImpl, newAvroBuilder, newAvroBuilder, newAvroBuilder, newAvroBuilder, newNativeImplBuilder, newNativeImplBuilder, newProtobufBuilder, newProtobufBuilder, newProtobufBuilder, newThriftBuilder, newThriftBuilder, newThriftBuilder, protobuf, protobuf, thrift, thriftpublic static final long serialVersionUID
public Thrift(AppThrift wrapped)
public Thrift()
public App.Builder<AppThrift> newBuilder()
AppnewBuilder in interface App<AppThrift>public boolean isDefaultId()
isDefaultId in interface App<AppThrift>public String getName()
Apppublic boolean isDefaultName()
isDefaultName in interface App<AppThrift>public String getDomain()
Apppublic boolean isDefaultDomain()
isDefaultDomain in interface App<AppThrift>public List<String> getCat()
Apppublic boolean isDefaultCat()
isDefaultCat in interface App<AppThrift>public List<String> getSectioncat()
AppgetSectioncat in interface App<AppThrift>public boolean isDefaultSectioncat()
isDefaultSectioncat in interface App<AppThrift>public List<String> getPagecat()
AppgetPagecat in interface App<AppThrift>public boolean isDefaultPagecat()
isDefaultPagecat in interface App<AppThrift>public boolean isDefaultVer()
isDefaultVer in interface App<AppThrift>public String getBundle()
Apppublic boolean isDefaultBundle()
isDefaultBundle in interface App<AppThrift>public int getPrivacypolicy()
AppgetPrivacypolicy in interface App<AppThrift>public boolean isDefaultPrivacypolicy()
isDefaultPrivacypolicy in interface App<AppThrift>public int getPaid()
Apppublic boolean isDefaultPaid()
isDefaultPaid in interface App<AppThrift>public Publisher<?> getPublisher()
AppgetPublisher in interface App<AppThrift>public boolean isDefaultPublisher()
isDefaultPublisher in interface App<AppThrift>public Content<?> getContent()
AppgetContent in interface App<AppThrift>public boolean isDefaultContent()
isDefaultContent in interface App<AppThrift>public String getKeywords()
AppgetKeywords in interface App<AppThrift>public boolean isDefaultKeywords()
isDefaultKeywords in interface App<AppThrift>public String getStoreurl()
AppgetStoreurl in interface App<AppThrift>public boolean isDefaultStoreurl()
isDefaultStoreurl in interface App<AppThrift>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.