Package com.checkout.events.previous
Class EventNotificationSummaryResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.common.Resource
-
- com.checkout.events.previous.EventNotificationSummaryResponse
-
public final class EventNotificationSummaryResponse extends Resource
-
-
Constructor Summary
Constructors Constructor Description EventNotificationSummaryResponse()
-
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.lang.StringgetId()java.lang.BooleangetSuccess()java.lang.StringgetUrl()inthashCode()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
-
-