-
public class ApCustomRewardCPMError
-
-
Field Summary
Fields Modifier and Type Field Description public final static intEXCEPTIONpublic final static intCAN_NOT_FIND_AVAILABLE_CAMPAIGNpublic final static intSERVER_TIMEOUTpublic final static intPARTICIPATION_FAILEDpublic final static intLANDING_FAILEDpublic final static StringEXCEPTION_MESSAGEpublic final static StringSERVER_TIMEOUT_MESSAGEpublic final static StringPARTICIPATION_FAILED_MESSAGEpublic final static StringCAN_NOT_FIND_AVAILABLE_CAMPAIGN_MESSAGEpublic final static StringLANDING_FAILED_MESSAGEprivate interrorCodeprivate StringerrorMessage
-
Constructor Summary
Constructors Constructor Description ApCustomRewardCPMError(int errorCode, String errorMessage)
-
Method Summary
Modifier and Type Method Description intgetErrorCode()voidsetErrorCode(int errorCode)StringgetErrorMessage()voidsetErrorMessage(String errorMessage)-
-
Constructor Detail
-
ApCustomRewardCPMError
ApCustomRewardCPMError(int errorCode, String errorMessage)
-
-
Method Detail
-
getErrorCode
int getErrorCode()
-
setErrorCode
void setErrorCode(int errorCode)
-
getErrorMessage
String getErrorMessage()
-
setErrorMessage
void setErrorMessage(String errorMessage)
-
-
-
-