public class BidResponse2_X extends Object
| Constructor and Description |
|---|
BidResponse2_X() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBidid() |
String |
getCur() |
String |
getCustomdata() |
Map<String,Object> |
getExt() |
@NotNull String |
getId() |
Integer |
getNbr() |
@Valid Collection<SeatBid> |
getSeatbid() |
int |
hashCode() |
void |
setBidid(String bidid) |
void |
setCur(String cur) |
void |
setCustomdata(String customdata) |
void |
setExt(Map<String,Object> ext) |
void |
setId(@NotNull String id) |
void |
setNbr(Integer nbr) |
void |
setSeatbid(@Valid Collection<SeatBid> seatbid) |
@NotNull public @NotNull String getId()
public void setId(@NotNull
@NotNull String id)
@Valid public @Valid Collection<SeatBid> getSeatbid()
public void setSeatbid(@Valid
@Valid Collection<SeatBid> seatbid)
public String getBidid()
public void setBidid(String bidid)
public String getCur()
public void setCur(String cur)
public String getCustomdata()
public void setCustomdata(String customdata)
public Integer getNbr()
public void setNbr(Integer nbr)
Copyright © 2019. All rights reserved.