public class AllocateJobChunkResponse
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AllocateJobChunkResponse.Status |
Constructor and Description |
---|
AllocateJobChunkResponse(WebResponse response) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMd5() |
Objects |
getObjects() |
int |
getRetryAfterSeconds() |
AllocateJobChunkResponse.Status |
getStatus() |
public AllocateJobChunkResponse(WebResponse response) throws java.io.IOException
java.io.IOException
public AllocateJobChunkResponse.Status getStatus()
public Objects getObjects()
public int getRetryAfterSeconds()
public java.lang.String getMd5()