public class CharacterContractsBidsResponse extends Object implements Serializable
| 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 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)
public CharacterContractsBidsResponse amount(Float amount)
public Float getAmount()
public void setAmount(Float amount)
Copyright © 2018. All Rights Reserved.