public abstract class Job extends Object
| Constructor and Description |
|---|
Job() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId() |
String |
getId() |
String |
getIssuer() |
abstract RestResponse |
getResult() |
Source[] |
getSources() |
abstract Specification |
getSpecification() |
String |
getStatus() |
String |
getType() |
String |
toString() |
public String getId()
public String getType()
public String getIssuer()
public String getStatus()
public String getGroupId()
public Source[] getSources()
public abstract Specification getSpecification()
public abstract RestResponse getResult()
Copyright © 2017 Media Cloud. All rights reserved.