public class TaskCreate extends Object
| 构造器和说明 |
|---|
TaskCreate() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLine_num() |
Integer |
getRecall_count() |
String |
getRobot_id() |
String |
getTask_name() |
Long |
getTime_begin() |
Long |
getTime_end() |
String[] |
getTime_range() |
Long |
getTime_recall_wait() |
Integer |
getVoice_code() |
void |
setLine_num(String line_num) |
void |
setRecall_count(Integer recall_count) |
void |
setRobot_id(String robot_id) |
void |
setTask_name(String task_name) |
void |
setTime_begin(Long time_begin) |
void |
setTime_end(Long time_end) |
void |
setTime_range(String[] time_range) |
void |
setTime_recall_wait(Long time_recall_wait) |
void |
setVoice_code(Integer voice_code) |
public String getTask_name()
public void setTask_name(String task_name)
public String getLine_num()
public void setLine_num(String line_num)
public String getRobot_id()
public void setRobot_id(String robot_id)
public Integer getRecall_count()
public void setRecall_count(Integer recall_count)
public Long getTime_recall_wait()
public void setTime_recall_wait(Long time_recall_wait)
public String[] getTime_range()
public void setTime_range(String[] time_range)
public Long getTime_begin()
public void setTime_begin(Long time_begin)
public Long getTime_end()
public void setTime_end(Long time_end)
public Integer getVoice_code()
public void setVoice_code(Integer voice_code)
Copyright © 2025. All rights reserved.