public class AdPlan extends AlipayObject
Constructor and Description |
---|
AdPlan() |
Modifier and Type | Method and Description |
---|---|
Long |
getAdUserId()
Gets ad user id.
|
Long |
getBudget()
Gets budget.
|
Date |
getEndDate()
Gets end date.
|
AdGroup |
getGroupList()
Gets group list.
|
Long |
getPlanId()
Gets plan id.
|
String |
getPlanName()
Gets plan name.
|
Long |
getQuantity()
Gets quantity.
|
Date |
getStartDate()
Gets start date.
|
void |
setAdUserId(Long adUserId)
Sets ad user id.
|
void |
setBudget(Long budget)
Sets budget.
|
void |
setEndDate(Date endDate)
Sets end date.
|
void |
setGroupList(AdGroup groupList)
Sets group list.
|
void |
setPlanId(Long planId)
Sets plan id.
|
void |
setPlanName(String planName)
Sets plan name.
|
void |
setQuantity(Long quantity)
Sets quantity.
|
void |
setStartDate(Date startDate)
Sets start date.
|
public Long getAdUserId()
public void setAdUserId(Long adUserId)
adUserId
- the ad user idpublic Long getBudget()
public void setBudget(Long budget)
budget
- the budgetpublic Date getEndDate()
public void setEndDate(Date endDate)
endDate
- the end datepublic AdGroup getGroupList()
public void setGroupList(AdGroup groupList)
groupList
- the group listpublic Long getPlanId()
public void setPlanId(Long planId)
planId
- the plan idpublic String getPlanName()
public void setPlanName(String planName)
planName
- the plan namepublic Long getQuantity()
public void setQuantity(Long quantity)
quantity
- the quantitypublic Date getStartDate()
public void setStartDate(Date startDate)
startDate
- the start dateCopyright © 2018. All rights reserved.