public static enum BidRequestThrift._Fields extends Enum<BidRequestThrift._Fields> implements TFieldIdEnum
| Enum Constant and Description |
|---|
ALLIMPS
Flag to indicate whether Exchange can verify that all impressions offered represent all of the impressions available in context (e.g., all impressions available on the web page; all impressions available for a video [pre, mid and postroll spots], etc.) to support road-blocking.
|
APP
See App Object.
|
AT
Auction Type.
|
BADV
Array of strings of blocked top-level domains of advertisers.
|
BCAT
Blocked Advertiser Categories.
|
CUR
Array of allowed currencies for bids on this bid request using ISO-4217 alphabetic codes.
|
DEVICE
See Device Object.
|
ID
Unique ID of the bid request, provided by the exchange.
|
IMP
Array of impression objects.
|
REGS
This object is a container for any legal, governmental or industry regulations in force for the request.
|
SITE
See Site Object.
|
TMAX
Maximum amount of time in milliseconds to submit a bid (e.g., 120 means the bidder has 120ms to submit a bid before the auction is complete).
|
USER
See User Object.
|
WSEAT
Array of buyer seats allowed to bid on this auction.
|
| Modifier and Type | Method and Description |
|---|---|
static BidRequestThrift._Fields |
findByName(String name)
Find the _Fields constant that matches name, or null if its not found.
|
static BidRequestThrift._Fields |
findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
|
static BidRequestThrift._Fields |
findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
|
String |
getFieldName() |
short |
getThriftFieldId() |
static BidRequestThrift._Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BidRequestThrift._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BidRequestThrift._Fields ID
public static final BidRequestThrift._Fields IMP
public static final BidRequestThrift._Fields SITE
public static final BidRequestThrift._Fields APP
public static final BidRequestThrift._Fields DEVICE
public static final BidRequestThrift._Fields USER
public static final BidRequestThrift._Fields AT
public static final BidRequestThrift._Fields TMAX
public static final BidRequestThrift._Fields WSEAT
public static final BidRequestThrift._Fields ALLIMPS
public static final BidRequestThrift._Fields CUR
public static final BidRequestThrift._Fields BCAT
public static final BidRequestThrift._Fields BADV
public static final BidRequestThrift._Fields REGS
public static BidRequestThrift._Fields[] values()
for (BidRequestThrift._Fields c : BidRequestThrift._Fields.values()) System.out.println(c);
public static BidRequestThrift._Fields valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static BidRequestThrift._Fields findByThriftId(int fieldId)
public static BidRequestThrift._Fields findByThriftIdOrThrow(int fieldId)
public static BidRequestThrift._Fields findByName(String name)
public short getThriftFieldId()
getThriftFieldId in interface TFieldIdEnumpublic String getFieldName()
getFieldName in interface TFieldIdEnumCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.