public class PublicContractsBidsResponse extends Object implements Serializable
| Constructor and Description |
|---|
PublicContractsBidsResponse() |
| Modifier and Type | Method and Description |
|---|---|
PublicContractsBidsResponse |
amount(Float amount) |
PublicContractsBidsResponse |
bidId(Integer bidId) |
PublicContractsBidsResponse |
dateBid(java.time.OffsetDateTime dateBid) |
boolean |
equals(Object o) |
Float |
getAmount()
The amount bid, in ISK
|
Integer |
getBidId()
Unique ID for the bid
|
java.time.OffsetDateTime |
getDateBid()
Datetime when the bid was placed
|
int |
hashCode() |
void |
setAmount(Float amount) |
void |
setBidId(Integer bidId) |
void |
setDateBid(java.time.OffsetDateTime dateBid) |
String |
toString() |
public PublicContractsBidsResponse amount(Float amount)
public Float getAmount()
public void setAmount(Float amount)
public PublicContractsBidsResponse bidId(Integer bidId)
public Integer getBidId()
public void setBidId(Integer bidId)
public PublicContractsBidsResponse dateBid(java.time.OffsetDateTime dateBid)
public java.time.OffsetDateTime getDateBid()
public void setDateBid(java.time.OffsetDateTime dateBid)
Copyright © 2019. All Rights Reserved.