public class ShopifySubscriptionSuspension extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
createdBy |
protected OffsetDateTime |
createdOn |
protected Long |
endedBy |
protected OffsetDateTime |
endedOn |
protected Long |
id |
protected ShopifySubscriptionSuspensionInitiator |
initiator |
protected Long |
linkedSpaceId |
protected OffsetDateTime |
plannedEndDate |
protected Long |
shop |
protected ShopifySubscriptionSuspensionState |
state |
protected ShopifySubscription |
subscription |
protected ShopifySubscriptionSuspensionType |
type |
protected Integer |
version |
| Constructor and Description |
|---|
ShopifySubscriptionSuspension() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getCreatedBy() |
OffsetDateTime |
getCreatedOn() |
Long |
getEndedBy() |
OffsetDateTime |
getEndedOn() |
Long |
getId()
The ID is the primary key of the entity.
|
ShopifySubscriptionSuspensionInitiator |
getInitiator() |
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
OffsetDateTime |
getPlannedEndDate() |
Long |
getShop() |
ShopifySubscriptionSuspensionState |
getState() |
ShopifySubscription |
getSubscription() |
ShopifySubscriptionSuspensionType |
getType() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected Long createdBy
protected OffsetDateTime createdOn
protected Long endedBy
protected OffsetDateTime endedOn
protected Long id
protected ShopifySubscriptionSuspensionInitiator initiator
protected Long linkedSpaceId
protected OffsetDateTime plannedEndDate
protected Long shop
protected ShopifySubscriptionSuspensionState state
protected ShopifySubscription subscription
protected ShopifySubscriptionSuspensionType type
protected Integer version
public Long getCreatedBy()
public OffsetDateTime getCreatedOn()
public Long getEndedBy()
public OffsetDateTime getEndedOn()
public Long getId()
public ShopifySubscriptionSuspensionInitiator getInitiator()
public Long getLinkedSpaceId()
public OffsetDateTime getPlannedEndDate()
public Long getShop()
public ShopifySubscriptionSuspensionState getState()
public ShopifySubscription getSubscription()
public ShopifySubscriptionSuspensionType getType()
public Integer getVersion()
Copyright © 2021. All rights reserved.