Class TicketingComponentResultData
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingComponentResultData
-
public class TicketingComponentResultData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingComponentResultData.Builder
-
Constructor Summary
Constructors Constructor Description TicketingComponentResultData()TicketingComponentResultData(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 TicketingComponentResultData.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 updatedTicketingComponentResultDatawithCreatedAt(java.time.OffsetDateTime createdAt)The timestamp when the record was createdTicketingComponentResultDatawithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The timestamp when the record was createdTicketingComponentResultDatawithDescription(java.lang.String description)The description of the componentTicketingComponentResultDatawithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the componentTicketingComponentResultDatawithId(java.lang.String id)Unique identifierTicketingComponentResultDatawithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierTicketingComponentResultDatawithName(java.lang.String name)The name of the componentTicketingComponentResultDatawithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the componentTicketingComponentResultDatawithOrganizationId(java.lang.String organizationId)The organization id related to the componentTicketingComponentResultDatawithOrganizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)The organization id related to the componentTicketingComponentResultDatawithProjectId(java.lang.String projectId)The project id related to the componentTicketingComponentResultDatawithProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)The project id related to the componentTicketingComponentResultDatawithRemoteId(java.lang.String remoteId)Provider's unique identifierTicketingComponentResultDatawithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierTicketingComponentResultDatawithUpdatedAt(java.time.OffsetDateTime updatedAt)The timestamp when the record was last updatedTicketingComponentResultDatawithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The timestamp when the record was last updated
-
-
-
Constructor Detail
-
TicketingComponentResultData
public TicketingComponentResultData(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)
-
TicketingComponentResultData
public TicketingComponentResultData()
-
-
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 TicketingComponentResultData.Builder builder()
-
withId
public TicketingComponentResultData withId(java.lang.String id)
Unique identifier
-
withId
public TicketingComponentResultData withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public TicketingComponentResultData withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public TicketingComponentResultData withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withOrganizationId
public TicketingComponentResultData withOrganizationId(java.lang.String organizationId)
The organization id related to the component
-
withOrganizationId
public TicketingComponentResultData withOrganizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)
The organization id related to the component
-
withProjectId
public TicketingComponentResultData withProjectId(java.lang.String projectId)
The project id related to the component
-
withProjectId
public TicketingComponentResultData withProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
The project id related to the component
-
withName
public TicketingComponentResultData withName(java.lang.String name)
The name of the component
-
withName
public TicketingComponentResultData withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the component
-
withDescription
public TicketingComponentResultData withDescription(java.lang.String description)
The description of the component
-
withDescription
public TicketingComponentResultData withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the component
-
withCreatedAt
public TicketingComponentResultData withCreatedAt(java.time.OffsetDateTime createdAt)
The timestamp when the record was created
-
withCreatedAt
public TicketingComponentResultData withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The timestamp when the record was created
-
withUpdatedAt
public TicketingComponentResultData withUpdatedAt(java.time.OffsetDateTime updatedAt)
The timestamp when the record was last updated
-
withUpdatedAt
public TicketingComponentResultData 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
-
-