public class Task extends AbstractModel
Constructor and Description |
---|
Task() |
Task(Task source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getGroupCode()
Get 集团编码
|
Long |
getMallId()
Get 广场ID
|
TaskContent |
getTaskContent()
Get 任务内容
|
Long |
getTaskId()
Get 任务ID
|
Long |
getTaskType()
Get 任务类型:
1: 底图拉取
|
void |
setGroupCode(String GroupCode)
Set 集团编码
|
void |
setMallId(Long MallId)
Set 广场ID
|
void |
setTaskContent(TaskContent TaskContent)
Set 任务内容
|
void |
setTaskId(Long TaskId)
Set 任务ID
|
void |
setTaskType(Long TaskType)
Set 任务类型:
1: 底图拉取
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Task()
public Task(Task source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- 任务IDpublic String getGroupCode()
public void setGroupCode(String GroupCode)
GroupCode
- 集团编码public Long getMallId()
public void setMallId(Long MallId)
MallId
- 广场IDpublic TaskContent getTaskContent()
public void setTaskContent(TaskContent TaskContent)
TaskContent
- 任务内容public Long getTaskType()
public void setTaskType(Long TaskType)
TaskType
- 任务类型:
1: 底图拉取Copyright © 2021. All rights reserved.