public class Status extends Object
Constructor and Description |
---|
Status() |
Status(String webWorkerUUID,
int startCheckIndex,
int endCheckIndex,
int totalCheckCount) |
Modifier and Type | Method and Description |
---|---|
int |
getEnd() |
int |
getStart() |
int |
getTotalCheckCount() |
String |
getWebWorkerUUID() |
void |
setEndCheckIndex(int endCheckIndex) |
void |
setStartCheckIndex(int startCheckIndex) |
void |
setTotalCheckCount(int totalCheckCount) |
void |
setWebWorkerUUID(String webWorkerUUID) |
public Status()
public Status(String webWorkerUUID, int startCheckIndex, int endCheckIndex, int totalCheckCount)
public void setWebWorkerUUID(String webWorkerUUID)
public void setStartCheckIndex(int startCheckIndex)
public void setEndCheckIndex(int endCheckIndex)
public void setTotalCheckCount(int totalCheckCount)
public String getWebWorkerUUID()
public int getStart()
public int getEnd()
public int getTotalCheckCount()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.