public class RecruitInfo extends AlipayObject
| 构造器和说明 |
|---|
RecruitInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getEndTime() |
Boolean |
getExcludeConstraintShops() |
String |
getPlanId() |
Date |
getStartTime() |
String |
getStatus() |
void |
setEndTime(Date endTime) |
void |
setExcludeConstraintShops(Boolean excludeConstraintShops) |
void |
setPlanId(String planId) |
void |
setStartTime(Date startTime) |
void |
setStatus(String status) |
public Date getEndTime()
public void setEndTime(Date endTime)
public Boolean getExcludeConstraintShops()
public void setExcludeConstraintShops(Boolean excludeConstraintShops)
public String getPlanId()
public void setPlanId(String planId)
public Date getStartTime()
public void setStartTime(Date startTime)
public String getStatus()
public void setStatus(String status)
Copyright © 2020. All rights reserved.