Class SubscriptionDeliveryOrganizationModel
- java.lang.Object
-
- app.cybrid.cybrid_api_organization.client.model.SubscriptionDeliveryOrganizationModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-20T13:21:15.642371Z[Etc/UTC]") public class SubscriptionDeliveryOrganizationModel extends Object
SubscriptionDeliveryOrganizationModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionDeliveryOrganizationModel.StateEnumThe state of the subscription delivery.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ATTEMPT_COUNTstatic StringJSON_PROPERTY_COMPLETED_ATstatic StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_FAILED_ATstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_NEXT_ATTEMPT_ATstatic StringJSON_PROPERTY_RESPONSEstatic StringJSON_PROPERTY_STATEstatic StringJSON_PROPERTY_SUBSCRIPTION_EVENT_GUIDstatic StringJSON_PROPERTY_SUBSCRIPTION_GUIDstatic StringJSON_PROPERTY_UPDATED_AT
-
Constructor Summary
Constructors Constructor Description SubscriptionDeliveryOrganizationModel()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESPONSE
public static final String JSON_PROPERTY_RESPONSE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SUBSCRIPTION_EVENT_GUID
public static final String JSON_PROPERTY_SUBSCRIPTION_EVENT_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SUBSCRIPTION_GUID
public static final String JSON_PROPERTY_SUBSCRIPTION_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NEXT_ATTEMPT_AT
public static final String JSON_PROPERTY_NEXT_ATTEMPT_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ATTEMPT_COUNT
public static final String JSON_PROPERTY_ATTEMPT_COUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COMPLETED_AT
public static final String JSON_PROPERTY_COMPLETED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FAILED_AT
public static final String JSON_PROPERTY_FAILED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public SubscriptionDeliveryOrganizationModel guid(String guid)
-
getGuid
@Nonnull public String getGuid()
Auto-generated unique identifier for the subscription delivery.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
response
public SubscriptionDeliveryOrganizationModel response(String response)
-
getResponse
@Nullable public String getResponse()
The response of the subscription delivery.- Returns:
- response
-
setResponse
public void setResponse(String response)
-
subscriptionEventGuid
public SubscriptionDeliveryOrganizationModel subscriptionEventGuid(String subscriptionEventGuid)
-
getSubscriptionEventGuid
@Nonnull public String getSubscriptionEventGuid()
The subscription event guid of the subscription delivery.- Returns:
- subscriptionEventGuid
-
setSubscriptionEventGuid
public void setSubscriptionEventGuid(String subscriptionEventGuid)
-
subscriptionGuid
public SubscriptionDeliveryOrganizationModel subscriptionGuid(String subscriptionGuid)
-
getSubscriptionGuid
@Nonnull public String getSubscriptionGuid()
The subscription guid of the subscription delivery.- Returns:
- subscriptionGuid
-
setSubscriptionGuid
public void setSubscriptionGuid(String subscriptionGuid)
-
state
public SubscriptionDeliveryOrganizationModel state(SubscriptionDeliveryOrganizationModel.StateEnum state)
-
getState
@Nonnull public SubscriptionDeliveryOrganizationModel.StateEnum getState()
The state of the subscription delivery.- Returns:
- state
-
setState
public void setState(SubscriptionDeliveryOrganizationModel.StateEnum state)
-
nextAttemptAt
public SubscriptionDeliveryOrganizationModel nextAttemptAt(OffsetDateTime nextAttemptAt)
-
getNextAttemptAt
@Nullable public OffsetDateTime getNextAttemptAt()
ISO8601 datetime the next attempt will be made.- Returns:
- nextAttemptAt
-
setNextAttemptAt
public void setNextAttemptAt(OffsetDateTime nextAttemptAt)
-
attemptCount
public SubscriptionDeliveryOrganizationModel attemptCount(BigInteger attemptCount)
-
getAttemptCount
@Nonnull public BigInteger getAttemptCount()
The number of attempts made to deliver the event.- Returns:
- attemptCount
-
setAttemptCount
public void setAttemptCount(BigInteger attemptCount)
-
completedAt
public SubscriptionDeliveryOrganizationModel completedAt(OffsetDateTime completedAt)
-
getCompletedAt
@Nullable public OffsetDateTime getCompletedAt()
ISO8601 datetime the event was delivered.- Returns:
- completedAt
-
setCompletedAt
public void setCompletedAt(OffsetDateTime completedAt)
-
failedAt
public SubscriptionDeliveryOrganizationModel failedAt(OffsetDateTime failedAt)
-
getFailedAt
@Nullable public OffsetDateTime getFailedAt()
ISO8601 datetime the event delivery was marked as failed.- Returns:
- failedAt
-
setFailedAt
public void setFailedAt(OffsetDateTime failedAt)
-
createdAt
public SubscriptionDeliveryOrganizationModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
ISO8601 datetime the record was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
updatedAt
public SubscriptionDeliveryOrganizationModel updatedAt(OffsetDateTime updatedAt)
-
getUpdatedAt
@Nullable public OffsetDateTime getUpdatedAt()
ISO8601 datetime the record was last updated at.- Returns:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(OffsetDateTime updatedAt)
-
-