public class Response extends Object
Constructor and Description |
---|
Response() |
Modifier and Type | Method and Description |
---|---|
com.lts.job.common.domain.Job |
getJob() |
String |
getMsg() |
boolean |
isReceiveNewJob() |
boolean |
isSuccess() |
void |
setJob(com.lts.job.common.domain.Job job) |
void |
setMsg(String msg) |
void |
setReceiveNewJob(boolean receiveNewJob) |
void |
setSuccess(boolean success) |
public boolean isSuccess()
public void setSuccess(boolean success)
public String getMsg()
public void setMsg(String msg)
public com.lts.job.common.domain.Job getJob()
public void setJob(com.lts.job.common.domain.Job job)
public boolean isReceiveNewJob()
public void setReceiveNewJob(boolean receiveNewJob)
Copyright © 2014. All Rights Reserved.