public class Attempt extends Object
Result
Attempt(boolean success, String requestId, String errorCode, String errorMessage, long timestampMs)
String
getErrorCode()
getErrorMessage()
getRequestId()
long
getTimestampMs()
boolean
isSuccess()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Attempt(boolean success, String requestId, String errorCode, String errorMessage, long timestampMs)
public boolean isSuccess()
public String getRequestId()
public String getErrorCode()
public String getErrorMessage()
public long getTimestampMs()
public String toString()
toString
Object
Copyright © 2019. All rights reserved.