public class RecruitTool extends AlipayObject
Constructor and Description |
---|
RecruitTool() |
Modifier and Type | Method and Description |
---|---|
Date |
getEndTime()
Gets end time.
|
Boolean |
getExcludeConstraintShops()
Gets exclude constraint shops.
|
List<PidShopInfo> |
getPidShops()
Gets pid shops.
|
Date |
getStartTime()
Gets start time.
|
void |
setEndTime(Date endTime)
Sets end time.
|
void |
setExcludeConstraintShops(Boolean excludeConstraintShops)
Sets exclude constraint shops.
|
void |
setPidShops(List<PidShopInfo> pidShops)
Sets pid shops.
|
void |
setStartTime(Date startTime)
Sets start time.
|
public Date getEndTime()
public void setEndTime(Date endTime)
endTime
- the end timepublic Boolean getExcludeConstraintShops()
public void setExcludeConstraintShops(Boolean excludeConstraintShops)
excludeConstraintShops
- the exclude constraint shopspublic List<PidShopInfo> getPidShops()
public void setPidShops(List<PidShopInfo> pidShops)
pidShops
- the pid shopspublic Date getStartTime()
public void setStartTime(Date startTime)
startTime
- the start timeCopyright © 2018. All rights reserved.