public class WeikeTaskView extends AlipayObject
| Constructor and Description |
|---|
WeikeTaskView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDesc()
Gets desc.
|
Long |
getId()
Gets id.
|
String |
getImg()
Gets img.
|
String |
getName()
Gets name.
|
String |
getSalary()
Gets salary.
|
Long |
getTaskCount()
Gets task count.
|
String |
getUrl()
Gets url.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setId(Long id)
Sets id.
|
void |
setImg(String img)
Sets img.
|
void |
setName(String name)
Sets name.
|
void |
setSalary(String salary)
Sets salary.
|
void |
setTaskCount(Long taskCount)
Sets task count.
|
void |
setUrl(String url)
Sets url.
|
public String getDesc()
public void setDesc(String desc)
desc - the descpublic Long getId()
public void setId(Long id)
id - the idpublic String getImg()
public void setImg(String img)
img - the imgpublic String getName()
public void setName(String name)
name - the namepublic String getSalary()
public void setSalary(String salary)
salary - the salarypublic Long getTaskCount()
public void setTaskCount(Long taskCount)
taskCount - the task countpublic String getUrl()
public void setUrl(String url)
url - the urlCopyright © 2018. All rights reserved.