public interface JobInfo
Modifier and Type | Method and Description |
---|---|
List<JobInfo> |
getChildren() |
String |
getDescription() |
String |
getErrorMessage() |
String |
getErrorType() |
long |
getId() |
long |
getLastUpdated() |
String |
getName() |
Long |
getParentId() |
Serializable |
getResult() |
Status |
getStatus() |
JobInfo |
toProto() |
long getId()
long getLastUpdated()
@Nullable Serializable getResult()
@Nonnull JobInfo toProto() throws IOException
IOException
- if serialization failsCopyright © 2023. All Rights Reserved.