Package com.checkout.events.previous
Class EventNotificationResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.common.Resource
-
- com.checkout.events.previous.EventNotificationResponse
-
public final class EventNotificationResponse extends Resource
-
-
Constructor Summary
Constructors Constructor Description EventNotificationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<AttemptSummaryResponse>getAttempts()java.lang.StringgetContentType()java.lang.StringgetId()java.lang.BooleangetSuccess()java.lang.StringgetUrl()inthashCode()voidsetAttempts(java.util.List<AttemptSummaryResponse> attempts)voidsetContentType(java.lang.String contentType)voidsetId(java.lang.String id)voidsetSuccess(java.lang.Boolean success)voidsetUrl(java.lang.String url)java.lang.StringtoString()-
Methods inherited from class com.checkout.common.Resource
getLink, getLinks, getSelfLink, setLinks
-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getUrl
public java.lang.String getUrl()
-
getSuccess
public java.lang.Boolean getSuccess()
-
getContentType
public java.lang.String getContentType()
-
getAttempts
public java.util.List<AttemptSummaryResponse> getAttempts()
-
setId
public void setId(java.lang.String id)
-
setUrl
public void setUrl(java.lang.String url)
-
setSuccess
public void setSuccess(java.lang.Boolean success)
-
setContentType
public void setContentType(java.lang.String contentType)
-
setAttempts
public void setAttempts(java.util.List<AttemptSummaryResponse> attempts)
-
-