public class JobUndeployResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JobUndeployResponse.Status |
| Constructor and Description |
|---|
JobUndeployResponse(JobUndeployResponse.Status status,
String host,
JobId job) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
JobId |
getJob() |
JobUndeployResponse.Status |
getStatus() |
String |
toJsonString() |
String |
toString() |
public JobUndeployResponse(JobUndeployResponse.Status status, String host, JobId job)
Copyright © 2015. All rights reserved.