public class Response extends Object
Constructor and Description |
---|
Response() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getExitCode() |
String |
getOutput() |
String |
getRequestId() |
String |
getS3Prefix() |
int |
hashCode() |
void |
setExitCode(int exitCode) |
void |
setOutput(String output) |
void |
setRequestId(String requestId) |
void |
setS3Prefix(String s3Prefix) |
public String getOutput()
public void setOutput(String output)
public int getExitCode()
public void setExitCode(int exitCode)
public String getS3Prefix()
public void setS3Prefix(String s3Prefix)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2016–2019. All rights reserved.