public class PlatformResponse extends Object
Constructor and Description |
---|
PlatformResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getStatus() |
void |
setErrorCode(String errorCode) |
void |
setErrorMessage(String errorMessage) |
void |
setStatus(String status) |
public String getErrorCode()
public void setErrorCode(String errorCode)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public String getStatus()
public void setStatus(String status)
Copyright © 2017. All rights reserved.