Class TicketingComponent
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingComponent
-
public class TicketingComponent extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingComponent.Builder
-
Constructor Summary
Constructors Constructor Description TicketingComponent()TicketingComponent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingComponent.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The timestamp when the record was createdorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()The description of the componentbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of the componentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>organizationId()The organization id related to the componentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>projectId()The project id related to the componentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()The timestamp when the record was last updatedTicketingComponentwithCreatedAt(java.time.OffsetDateTime createdAt)The timestamp when the record was createdTicketingComponentwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The timestamp when the record was createdTicketingComponentwithDescription(java.lang.String description)The description of the componentTicketingComponentwithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the componentTicketingComponentwithId(java.lang.String id)Unique identifierTicketingComponentwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierTicketingComponentwithName(java.lang.String name)The name of the componentTicketingComponentwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the componentTicketingComponentwithOrganizationId(java.lang.String organizationId)The organization id related to the componentTicketingComponentwithOrganizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)The organization id related to the componentTicketingComponentwithProjectId(java.lang.String projectId)The project id related to the componentTicketingComponentwithProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)The project id related to the componentTicketingComponentwithRemoteId(java.lang.String remoteId)Provider's unique identifierTicketingComponentwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierTicketingComponentwithUpdatedAt(java.time.OffsetDateTime updatedAt)The timestamp when the record was last updatedTicketingComponentwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The timestamp when the record was last updated
-
-
-
Constructor Detail
-
TicketingComponent
public TicketingComponent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
TicketingComponent
public TicketingComponent()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
organizationId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId()
The organization id related to the component
-
projectId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId()
The project id related to the component
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name of the component
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
The description of the component
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
The timestamp when the record was created
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
The timestamp when the record was last updated
-
builder
public static TicketingComponent.Builder builder()
-
withId
public TicketingComponent withId(java.lang.String id)
Unique identifier
-
withId
public TicketingComponent withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public TicketingComponent withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public TicketingComponent withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withOrganizationId
public TicketingComponent withOrganizationId(java.lang.String organizationId)
The organization id related to the component
-
withOrganizationId
public TicketingComponent withOrganizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)
The organization id related to the component
-
withProjectId
public TicketingComponent withProjectId(java.lang.String projectId)
The project id related to the component
-
withProjectId
public TicketingComponent withProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
The project id related to the component
-
withName
public TicketingComponent withName(java.lang.String name)
The name of the component
-
withName
public TicketingComponent withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the component
-
withDescription
public TicketingComponent withDescription(java.lang.String description)
The description of the component
-
withDescription
public TicketingComponent withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the component
-
withCreatedAt
public TicketingComponent withCreatedAt(java.time.OffsetDateTime createdAt)
The timestamp when the record was created
-
withCreatedAt
public TicketingComponent withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The timestamp when the record was created
-
withUpdatedAt
public TicketingComponent withUpdatedAt(java.time.OffsetDateTime updatedAt)
The timestamp when the record was last updated
-
withUpdatedAt
public TicketingComponent withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The timestamp when the record was last updated
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-