public class ShopifySubscription extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
createdBy |
protected OffsetDateTime |
createdOn |
protected String |
externalId |
protected Long |
id |
protected OffsetDateTime |
initialExecutionDate |
protected Long |
initialPaymentTransaction |
protected Long |
initialShopifyTransaction |
protected String |
language |
protected Long |
linkedSpaceId |
protected Integer |
orderRecurrenceNumber |
protected Long |
shop |
protected ShopifySubscriptionState |
state |
protected ShopifySubscriber |
subscriber |
protected Long |
terminatedBy |
protected OffsetDateTime |
terminatedOn |
protected OffsetDateTime |
terminationRequestDate |
protected Integer |
version |
| Constructor and Description |
|---|
ShopifySubscription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getCreatedBy() |
OffsetDateTime |
getCreatedOn() |
String |
getExternalId()
The external id helps to identify the entity and a subsequent creation of an entity with the same ID will not create a new entity.
|
Long |
getId()
The ID is the primary key of the entity.
|
OffsetDateTime |
getInitialExecutionDate() |
Long |
getInitialPaymentTransaction() |
Long |
getInitialShopifyTransaction() |
String |
getLanguage() |
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
Integer |
getOrderRecurrenceNumber() |
Long |
getShop() |
ShopifySubscriptionState |
getState() |
ShopifySubscriber |
getSubscriber() |
Long |
getTerminatedBy() |
OffsetDateTime |
getTerminatedOn() |
OffsetDateTime |
getTerminationRequestDate() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected Long createdBy
protected OffsetDateTime createdOn
protected String externalId
protected Long id
protected OffsetDateTime initialExecutionDate
protected Long initialPaymentTransaction
protected Long initialShopifyTransaction
protected String language
protected Long linkedSpaceId
protected Integer orderRecurrenceNumber
protected Long shop
protected ShopifySubscriptionState state
protected ShopifySubscriber subscriber
protected Long terminatedBy
protected OffsetDateTime terminatedOn
protected OffsetDateTime terminationRequestDate
protected Integer version
public Long getCreatedBy()
public OffsetDateTime getCreatedOn()
public String getExternalId()
public Long getId()
public OffsetDateTime getInitialExecutionDate()
public Long getInitialPaymentTransaction()
public Long getInitialShopifyTransaction()
public String getLanguage()
public Long getLinkedSpaceId()
public Integer getOrderRecurrenceNumber()
public Long getShop()
public ShopifySubscriptionState getState()
public ShopifySubscriber getSubscriber()
public Long getTerminatedBy()
public OffsetDateTime getTerminatedOn()
public OffsetDateTime getTerminationRequestDate()
public Integer getVersion()
Copyright © 2021. All rights reserved.