Class SubscriptionEventOrganizationModel
- java.lang.Object
-
- app.cybrid.cybrid_api_organization.client.model.SubscriptionEventOrganizationModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-18T14:07:14.769809Z[Etc/UTC]") public class SubscriptionEventOrganizationModel extends Object
SubscriptionEventOrganizationModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_ENVIRONMENTstatic StringJSON_PROPERTY_EVENT_TYPEstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_OBJECT_GUIDstatic StringJSON_PROPERTY_ORGANIZATION_GUIDstatic StringJSON_PROPERTY_UPDATED_AT
-
Constructor Summary
Constructors Constructor Description SubscriptionEventOrganizationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubscriptionEventOrganizationModelcreatedAt(OffsetDateTime createdAt)SubscriptionEventOrganizationModelenvironment(String environment)booleanequals(Object o)SubscriptionEventOrganizationModeleventType(String eventType)OffsetDateTimegetCreatedAt()ISO8601 datetime the record was created at.StringgetEnvironment()The environment that the subscription event is configured for; one of sandbox or production.StringgetEventType()The type of the subscription event.StringgetGuid()Auto-generated unique identifier for the subscription event.StringgetObjectGuid()The object guid for which the event is received.StringgetOrganizationGuid()The organization guid of the subscription event.OffsetDateTimegetUpdatedAt()ISO8601 datetime the record was last updated at.SubscriptionEventOrganizationModelguid(String guid)inthashCode()SubscriptionEventOrganizationModelobjectGuid(String objectGuid)SubscriptionEventOrganizationModelorganizationGuid(String organizationGuid)voidsetCreatedAt(OffsetDateTime createdAt)voidsetEnvironment(String environment)voidsetEventType(String eventType)voidsetGuid(String guid)voidsetObjectGuid(String objectGuid)voidsetOrganizationGuid(String organizationGuid)voidsetUpdatedAt(OffsetDateTime updatedAt)StringtoString()SubscriptionEventOrganizationModelupdatedAt(OffsetDateTime updatedAt)
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EVENT_TYPE
public static final String JSON_PROPERTY_EVENT_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OBJECT_GUID
public static final String JSON_PROPERTY_OBJECT_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ENVIRONMENT
public static final String JSON_PROPERTY_ENVIRONMENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ORGANIZATION_GUID
public static final String JSON_PROPERTY_ORGANIZATION_GUID
- 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 SubscriptionEventOrganizationModel guid(String guid)
-
getGuid
@Nonnull public String getGuid()
Auto-generated unique identifier for the subscription event.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
eventType
public SubscriptionEventOrganizationModel eventType(String eventType)
-
getEventType
@Nonnull public String getEventType()
The type of the subscription event. One of trade.storing, trade.pending, trade.cancelled, trade.completed, trade.settling, trade.failed, transfer.storing, transfer.pending, transfer.reviewing, transfer.completed, transfer.failed, identity_verification.storing, identity_verification.pending, identity_verification.reviewing, identity_verification.waiting, identity_verification.expired, or identity_verification.completed.- Returns:
- eventType
-
setEventType
public void setEventType(String eventType)
-
objectGuid
public SubscriptionEventOrganizationModel objectGuid(String objectGuid)
-
getObjectGuid
@Nonnull public String getObjectGuid()
The object guid for which the event is received.- Returns:
- objectGuid
-
setObjectGuid
public void setObjectGuid(String objectGuid)
-
environment
public SubscriptionEventOrganizationModel environment(String environment)
-
getEnvironment
@Nullable public String getEnvironment()
The environment that the subscription event is configured for; one of sandbox or production.- Returns:
- environment
-
setEnvironment
public void setEnvironment(String environment)
-
organizationGuid
public SubscriptionEventOrganizationModel organizationGuid(String organizationGuid)
-
getOrganizationGuid
@Nonnull public String getOrganizationGuid()
The organization guid of the subscription event.- Returns:
- organizationGuid
-
setOrganizationGuid
public void setOrganizationGuid(String organizationGuid)
-
createdAt
public SubscriptionEventOrganizationModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nonnull public OffsetDateTime getCreatedAt()
ISO8601 datetime the record was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
updatedAt
public SubscriptionEventOrganizationModel updatedAt(OffsetDateTime updatedAt)
-
getUpdatedAt
@Nullable public OffsetDateTime getUpdatedAt()
ISO8601 datetime the record was last updated at.- Returns:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(OffsetDateTime updatedAt)
-
-