Class TicketingProjectResultData
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingProjectResultData
-
public class TicketingProjectResultData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingProjectResultData.Builder
-
Constructor Summary
Constructors Constructor Description TicketingProjectResultData()TicketingProjectResultData(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> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId, 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 TicketingProjectResultData.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 projectbooleanequals(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 projectorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>organizationId()The organization id related to the projectorg.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 updatedTicketingProjectResultDatawithCreatedAt(java.time.OffsetDateTime createdAt)The timestamp when the record was createdTicketingProjectResultDatawithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The timestamp when the record was createdTicketingProjectResultDatawithDescription(java.lang.String description)The description of the projectTicketingProjectResultDatawithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the projectTicketingProjectResultDatawithId(java.lang.String id)Unique identifierTicketingProjectResultDatawithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierTicketingProjectResultDatawithName(java.lang.String name)The name of the projectTicketingProjectResultDatawithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the projectTicketingProjectResultDatawithOrganizationId(java.lang.String organizationId)The organization id related to the projectTicketingProjectResultDatawithOrganizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)The organization id related to the projectTicketingProjectResultDatawithRemoteId(java.lang.String remoteId)Provider's unique identifierTicketingProjectResultDatawithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierTicketingProjectResultDatawithUpdatedAt(java.time.OffsetDateTime updatedAt)The timestamp when the record was last updatedTicketingProjectResultDatawithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The timestamp when the record was last updated
-
-
-
Constructor Detail
-
TicketingProjectResultData
public TicketingProjectResultData(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> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
TicketingProjectResultData
public TicketingProjectResultData()
-
-
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
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name of the project
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
The description of the project
-
organizationId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId()
The organization id related to the project
-
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 TicketingProjectResultData.Builder builder()
-
withId
public TicketingProjectResultData withId(java.lang.String id)
Unique identifier
-
withId
public TicketingProjectResultData withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public TicketingProjectResultData withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public TicketingProjectResultData withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public TicketingProjectResultData withName(java.lang.String name)
The name of the project
-
withName
public TicketingProjectResultData withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the project
-
withDescription
public TicketingProjectResultData withDescription(java.lang.String description)
The description of the project
-
withDescription
public TicketingProjectResultData withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the project
-
withOrganizationId
public TicketingProjectResultData withOrganizationId(java.lang.String organizationId)
The organization id related to the project
-
withOrganizationId
public TicketingProjectResultData withOrganizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)
The organization id related to the project
-
withCreatedAt
public TicketingProjectResultData withCreatedAt(java.time.OffsetDateTime createdAt)
The timestamp when the record was created
-
withCreatedAt
public TicketingProjectResultData withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The timestamp when the record was created
-
withUpdatedAt
public TicketingProjectResultData withUpdatedAt(java.time.OffsetDateTime updatedAt)
The timestamp when the record was last updated
-
withUpdatedAt
public TicketingProjectResultData 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
-
-