public class RestResultStatus extends Object
Modifier and Type | Field and Description |
---|---|
protected Boolean |
finished |
static String |
KEY |
protected String |
planResultKey |
protected String |
prettyQueuedTime |
protected RestProgress |
progress |
Constructor and Description |
---|
RestResultStatus() |
Modifier and Type | Method and Description |
---|---|
void |
setFinished(Boolean finished) |
void |
setPlanResultKey(String planResultKey) |
void |
setPrettyQueuedTime(String prettyQueuedTime) |
void |
setProgress(RestProgress progress) |
public static final String KEY
protected String planResultKey
protected Boolean finished
protected String prettyQueuedTime
protected RestProgress progress
public void setPlanResultKey(String planResultKey)
public void setFinished(Boolean finished)
public void setPrettyQueuedTime(String prettyQueuedTime)
public void setProgress(RestProgress progress)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.