-
public class BatchExecutionDps
-
-
Field Summary
Fields Modifier and Type Field Description private StringdevIdprivate Stringdpsprivate intdelayprivate IResultCallbackcallback
-
Constructor Summary
Constructors Constructor Description BatchExecutionDps(String devId, String dps, IResultCallback callback)BatchExecutionDps(String nodeId, String dps, int delay, IResultCallback callback)
-
Method Summary
Modifier and Type Method Description StringgetDevId()voidsetDevId(String devId)StringgetDps()voidsetDps(String dps)intgetDelay()voidsetDelay(int delay)IResultCallbackgetCallback()voidsetCallback(IResultCallback callback)-
-
Constructor Detail
-
BatchExecutionDps
BatchExecutionDps(String devId, String dps, IResultCallback callback)
-
BatchExecutionDps
BatchExecutionDps(String nodeId, String dps, int delay, IResultCallback callback)
-
-
Method Detail
-
getDevId
String getDevId()
-
setDevId
void setDevId(String devId)
-
getDps
String getDps()
-
setDps
void setDps(String dps)
-
getDelay
int getDelay()
-
setDelay
void setDelay(int delay)
-
getCallback
IResultCallback getCallback()
-
setCallback
void setCallback(IResultCallback callback)
-
-
-
-