public class ResponseStatus extends Object
Constructor and Description |
---|
ResponseStatus() |
ResponseStatus(int statusCode,
String reasonPhrase) |
Modifier and Type | Method and Description |
---|---|
String |
getReasonPhrase() |
int |
getStatusCode() |
void |
setReasonPhrase(String reasonPhrase) |
void |
setStatusCode(int statusCode) |
public ResponseStatus()
public ResponseStatus(int statusCode, String reasonPhrase)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.