public class UpdateBidAmountStruct extends Object
| 构造器和说明 |
|---|
UpdateBidAmountStruct() |
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateBidAmountStruct |
adgroupId(Long adgroupId) |
UpdateBidAmountStruct |
bidAmount(Long bidAmount) |
boolean |
equals(Object o) |
Long |
getAdgroupId()
Get adgroupId
|
Long |
getBidAmount()
Get bidAmount
|
int |
hashCode() |
void |
setAdgroupId(Long adgroupId) |
void |
setBidAmount(Long bidAmount) |
String |
toString() |
public UpdateBidAmountStruct adgroupId(Long adgroupId)
public Long getAdgroupId()
public void setAdgroupId(Long adgroupId)
public UpdateBidAmountStruct bidAmount(Long bidAmount)
public Long getBidAmount()
public void setBidAmount(Long bidAmount)
Copyright © 2020. All rights reserved.