public class CharacterContractsBidsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_BID_ID |
static String |
SERIALIZED_NAME_BIDDER_ID |
static String |
SERIALIZED_NAME_DATE_BID |
| Constructor and Description |
|---|
CharacterContractsBidsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CharacterContractsBidsResponse |
amount(Float amount) |
CharacterContractsBidsResponse |
bidderId(Integer bidderId) |
CharacterContractsBidsResponse |
bidId(Integer bidId) |
CharacterContractsBidsResponse |
dateBid(java.time.OffsetDateTime dateBid) |
boolean |
equals(Object o) |
Float |
getAmount()
The amount bid, in ISK
|
Integer |
getBidderId()
Character ID of the bidder
|
Integer |
getBidId()
Unique ID for the bid
|
java.time.OffsetDateTime |
getDateBid()
Datetime when the bid was placed
|
int |
hashCode() |
void |
setAmount(Float amount) |
void |
setBidderId(Integer bidderId) |
void |
setBidId(Integer bidId) |
void |
setDateBid(java.time.OffsetDateTime dateBid) |
String |
toString() |
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_BID_ID
public static final String SERIALIZED_NAME_BIDDER_ID
public static final String SERIALIZED_NAME_DATE_BID
public CharacterContractsBidsResponse amount(Float amount)
public Float getAmount()
public void setAmount(Float amount)
public CharacterContractsBidsResponse bidId(Integer bidId)
public Integer getBidId()
public void setBidId(Integer bidId)
public CharacterContractsBidsResponse bidderId(Integer bidderId)
public Integer getBidderId()
public void setBidderId(Integer bidderId)
public CharacterContractsBidsResponse dateBid(java.time.OffsetDateTime dateBid)
public java.time.OffsetDateTime getDateBid()
public void setDateBid(java.time.OffsetDateTime dateBid)
Copyright © 2020. All Rights Reserved.