public static enum BidThrift._Fields extends Enum<BidThrift._Fields> implements TFieldIdEnum
| Enum Constant and Description |
|---|
ADID
ID that references the ad to be served if the bid wins.
|
ADM
Actual ad markup.
|
ADOMAIN
Advertiser’s primary or top-level domain for advertiser checking.
|
ATTR
Array of creative attributes.
|
CID
Campaign ID or similar that appears within the ad markup.
|
CRID
Creative ID for reporting content issues or defects.
|
DEALID
A unique identifier for the direct deal associated with the bid.
|
H
Height of the ad in pixels.
|
ID
ID for the bid object chosen by the bidder for tracking and debugging purposes.
|
IMPID
ID of the impression object to which this bid applies.
|
LURL
Sample image URL (without cache busting) for content checking.
|
NURL
Win notice URL.
|
PRICE
Bid price in CPM.
|
W
Width of the ad in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
static BidThrift._Fields |
findByName(String name)
Find the _Fields constant that matches name, or null if its not found.
|
static BidThrift._Fields |
findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
|
static BidThrift._Fields |
findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
|
String |
getFieldName() |
short |
getThriftFieldId() |
static BidThrift._Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BidThrift._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BidThrift._Fields ID
public static final BidThrift._Fields IMPID
public static final BidThrift._Fields PRICE
public static final BidThrift._Fields ADID
public static final BidThrift._Fields NURL
public static final BidThrift._Fields ADM
public static final BidThrift._Fields ADOMAIN
public static final BidThrift._Fields LURL
public static final BidThrift._Fields CID
public static final BidThrift._Fields CRID
public static final BidThrift._Fields ATTR
public static final BidThrift._Fields DEALID
public static final BidThrift._Fields W
public static final BidThrift._Fields H
public static BidThrift._Fields[] values()
for (BidThrift._Fields c : BidThrift._Fields.values()) System.out.println(c);
public static BidThrift._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 BidThrift._Fields findByThriftId(int fieldId)
public static BidThrift._Fields findByThriftIdOrThrow(int fieldId)
public static BidThrift._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.