public abstract class OAuthResponse extends OAuthMessage
Modifier and Type | Field and Description |
---|---|
protected String |
location |
protected int |
statusCode |
Constructor and Description |
---|
OAuthResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getLocation() |
int |
getStatusCode() |
void |
setLocation(String location) |
OAuthResponse |
setStatusCode(int statusCode) |
asJSON, asQueryParams, encode, getObjectMapper
protected String location
protected int statusCode
public int getStatusCode()
public OAuthResponse setStatusCode(int statusCode)
public String getLocation()
public void setLocation(String location)
Copyright © 2019. All rights reserved.