Class Content
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Content
-
public class Content extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContent.Builder
-
Constructor Summary
Constructors Constructor Description Content()Content(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> courseIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteCourseIds, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LanguageEnum>> languages, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl, org.openapitools.jackson.nullable.JsonNullable<? extends ContentType> contentType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl, org.openapitools.jackson.nullable.JsonNullable<? extends Active> active, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Category>> categories, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Skills>> skills, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> shortDescription, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LocalizationModel>> localizations, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AuthorModel>> authors, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<Active>active()Whether the content is active and available for users.org.openapitools.jackson.nullable.JsonNullable<java.util.List<AuthorModel>>authors()The authors of the contentstatic Content.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.util.List<Category>>categories()The categories associated with this contentorg.openapitools.jackson.nullable.JsonNullable<ContentType>contentType()The type of contentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>contentUrl()The external URL of the contentorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>courseIds()The parent ID/IDs associated with this contentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>coverUrl()The URL of the thumbnail image associated with the content.org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The date on which the content was created.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()The description of the contentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>duration()The duration of the content following the ISO8601 standard.booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>externalReference()The external ID associated with this contentinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.List<LanguageEnum>>languages()The languages associated with this contentorg.openapitools.jackson.nullable.JsonNullable<java.util.List<LocalizationModel>>localizations()Localised content informationorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>mobileLaunchContentUrl()The mobile friendly URL of the contentorg.openapitools.jackson.nullable.JsonNullable<java.lang.Double>order()The order of the individual content within a content grouping.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>provider()The name of the content providerorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>remoteCourseIds()Provider's unique identifier of the parent course ID associated with this contentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>shortDescription()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<java.util.List<Skills>>skills()The skills associated with this courseorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>tags()A list of tags associated with the contentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>title()The title of the contentjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()The date on which the content was last updated.ContentwithActive(Active active)Whether the content is active and available for users.ContentwithActive(org.openapitools.jackson.nullable.JsonNullable<? extends Active> active)Whether the content is active and available for users.ContentwithAuthors(java.util.List<AuthorModel> authors)The authors of the contentContentwithAuthors(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AuthorModel>> authors)The authors of the contentContentwithCategories(java.util.List<Category> categories)The categories associated with this contentContentwithCategories(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Category>> categories)The categories associated with this contentContentwithContentType(ContentType contentType)The type of contentContentwithContentType(org.openapitools.jackson.nullable.JsonNullable<? extends ContentType> contentType)The type of contentContentwithContentUrl(java.lang.String contentUrl)The external URL of the contentContentwithContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl)The external URL of the contentContentwithCourseIds(java.util.List<java.lang.String> courseIds)The parent ID/IDs associated with this contentContentwithCourseIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> courseIds)The parent ID/IDs associated with this contentContentwithCoverUrl(java.lang.String coverUrl)The URL of the thumbnail image associated with the content.ContentwithCoverUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl)The URL of the thumbnail image associated with the content.ContentwithCreatedAt(java.time.OffsetDateTime createdAt)The date on which the content was created.ContentwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The date on which the content was created.ContentwithDescription(java.lang.String description)The description of the contentContentwithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the contentContentwithDuration(java.lang.String duration)The duration of the content following the ISO8601 standard.ContentwithDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration)The duration of the content following the ISO8601 standard.ContentwithExternalReference(java.lang.String externalReference)The external ID associated with this contentContentwithExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)The external ID associated with this contentContentwithId(java.lang.String id)Unique identifierContentwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierContentwithLanguages(java.util.List<LanguageEnum> languages)The languages associated with this contentContentwithLanguages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LanguageEnum>> languages)The languages associated with this contentContentwithLocalizations(java.util.List<LocalizationModel> localizations)Localised content informationContentwithLocalizations(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LocalizationModel>> localizations)Localised content informationContentwithMobileLaunchContentUrl(java.lang.String mobileLaunchContentUrl)The mobile friendly URL of the contentContentwithMobileLaunchContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl)The mobile friendly URL of the contentContentwithOrder(double order)The order of the individual content within a content grouping.ContentwithOrder(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order)The order of the individual content within a content grouping.ContentwithProvider(java.lang.String provider)The name of the content providerContentwithProvider(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)The name of the content providerContentwithRemoteCourseIds(java.util.List<java.lang.String> remoteCourseIds)Provider's unique identifier of the parent course ID associated with this contentContentwithRemoteCourseIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteCourseIds)Provider's unique identifier of the parent course ID associated with this contentContentwithRemoteId(java.lang.String remoteId)Provider's unique identifierContentwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierContentwithShortDescription(java.lang.String shortDescription)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.ContentwithShortDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> shortDescription)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.ContentwithSkills(java.util.List<Skills> skills)The skills associated with this courseContentwithSkills(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Skills>> skills)The skills associated with this courseContentwithTags(java.util.List<java.lang.String> tags)A list of tags associated with the contentContentwithTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)A list of tags associated with the contentContentwithTitle(java.lang.String title)The title of the contentContentwithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)The title of the contentContentwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectContentwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectContentwithUpdatedAt(java.time.OffsetDateTime updatedAt)The date on which the content was last updated.ContentwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The date on which the content was last updated.
-
-
-
Constructor Detail
-
Content
public Content(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> courseIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteCourseIds, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LanguageEnum>> languages, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl, org.openapitools.jackson.nullable.JsonNullable<? extends ContentType> contentType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl, org.openapitools.jackson.nullable.JsonNullable<? extends Active> active, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Category>> categories, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Skills>> skills, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> shortDescription, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LocalizationModel>> localizations, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AuthorModel>> authors, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
-
Content
public Content()
-
-
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
-
unifiedCustomFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields()
Custom Unified Fields configured in your StackOne project
-
externalReference
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference()
The external ID associated with this content
-
courseIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> courseIds()
The parent ID/IDs associated with this content
-
remoteCourseIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteCourseIds()
Provider's unique identifier of the parent course ID associated with this content
-
title
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
The title of the content
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
The description of the content
-
languages
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<LanguageEnum>> languages()
The languages associated with this content
-
contentUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl()
The external URL of the content
-
mobileLaunchContentUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl()
The mobile friendly URL of the content
-
contentType
public org.openapitools.jackson.nullable.JsonNullable<ContentType> contentType()
The type of content
-
coverUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl()
The URL of the thumbnail image associated with the content.
-
active
public org.openapitools.jackson.nullable.JsonNullable<Active> active()
Whether the content is active and available for users.
-
duration
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration()
The duration of the content following the ISO8601 standard. If duration_unit is applicable we will derive this from the smallest unit given in the duration string or the minimum unit accepted by the provider.
-
categories
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<Category>> categories()
The categories associated with this content
-
skills
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<Skills>> skills()
The skills associated with this course
-
order
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order()
The order of the individual content within a content grouping. This is not applicable for pushing individual content.
-
provider
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider()
The name of the content provider
-
shortDescription
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> shortDescription()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.A short description or summary for the content
-
localizations
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<LocalizationModel>> localizations()
Localised content information
-
tags
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> tags()
A list of tags associated with the content
-
authors
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<AuthorModel>> authors()
The authors of the content
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
The date on which the content was last updated.
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
The date on which the content was created.
-
builder
public static Content.Builder builder()
-
withId
public Content withId(java.lang.String id)
Unique identifier
-
withId
public Content withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public Content withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Content withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public Content withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public Content withUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withExternalReference
public Content withExternalReference(java.lang.String externalReference)
The external ID associated with this content
-
withExternalReference
public Content withExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)
The external ID associated with this content
-
withCourseIds
public Content withCourseIds(java.util.List<java.lang.String> courseIds)
The parent ID/IDs associated with this content
-
withCourseIds
public Content withCourseIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> courseIds)
The parent ID/IDs associated with this content
-
withRemoteCourseIds
public Content withRemoteCourseIds(java.util.List<java.lang.String> remoteCourseIds)
Provider's unique identifier of the parent course ID associated with this content
-
withRemoteCourseIds
public Content withRemoteCourseIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteCourseIds)
Provider's unique identifier of the parent course ID associated with this content
-
withTitle
public Content withTitle(java.lang.String title)
The title of the content
-
withTitle
public Content withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
The title of the content
-
withDescription
public Content withDescription(java.lang.String description)
The description of the content
-
withDescription
public Content withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the content
-
withLanguages
public Content withLanguages(java.util.List<LanguageEnum> languages)
The languages associated with this content
-
withLanguages
public Content withLanguages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LanguageEnum>> languages)
The languages associated with this content
-
withContentUrl
public Content withContentUrl(java.lang.String contentUrl)
The external URL of the content
-
withContentUrl
public Content withContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl)
The external URL of the content
-
withMobileLaunchContentUrl
public Content withMobileLaunchContentUrl(java.lang.String mobileLaunchContentUrl)
The mobile friendly URL of the content
-
withMobileLaunchContentUrl
public Content withMobileLaunchContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl)
The mobile friendly URL of the content
-
withContentType
public Content withContentType(ContentType contentType)
The type of content
-
withContentType
public Content withContentType(org.openapitools.jackson.nullable.JsonNullable<? extends ContentType> contentType)
The type of content
-
withCoverUrl
public Content withCoverUrl(java.lang.String coverUrl)
The URL of the thumbnail image associated with the content.
-
withCoverUrl
public Content withCoverUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl)
The URL of the thumbnail image associated with the content.
-
withActive
public Content withActive(Active active)
Whether the content is active and available for users.
-
withActive
public Content withActive(org.openapitools.jackson.nullable.JsonNullable<? extends Active> active)
Whether the content is active and available for users.
-
withDuration
public Content withDuration(java.lang.String duration)
The duration of the content following the ISO8601 standard. If duration_unit is applicable we will derive this from the smallest unit given in the duration string or the minimum unit accepted by the provider.
-
withDuration
public Content withDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration)
The duration of the content following the ISO8601 standard. If duration_unit is applicable we will derive this from the smallest unit given in the duration string or the minimum unit accepted by the provider.
-
withCategories
public Content withCategories(java.util.List<Category> categories)
The categories associated with this content
-
withCategories
public Content withCategories(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Category>> categories)
The categories associated with this content
-
withSkills
public Content withSkills(java.util.List<Skills> skills)
The skills associated with this course
-
withSkills
public Content withSkills(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Skills>> skills)
The skills associated with this course
-
withOrder
public Content withOrder(double order)
The order of the individual content within a content grouping. This is not applicable for pushing individual content.
-
withOrder
public Content withOrder(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order)
The order of the individual content within a content grouping. This is not applicable for pushing individual content.
-
withProvider
public Content withProvider(java.lang.String provider)
The name of the content provider
-
withProvider
public Content withProvider(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)
The name of the content provider
-
withShortDescription
@Deprecated public Content withShortDescription(java.lang.String shortDescription)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.A short description or summary for the content
-
withShortDescription
@Deprecated public Content withShortDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> shortDescription)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.A short description or summary for the content
-
withLocalizations
public Content withLocalizations(java.util.List<LocalizationModel> localizations)
Localised content information
-
withLocalizations
public Content withLocalizations(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LocalizationModel>> localizations)
Localised content information
-
withTags
public Content withTags(java.util.List<java.lang.String> tags)
A list of tags associated with the content
-
withTags
public Content withTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
A list of tags associated with the content
-
withAuthors
public Content withAuthors(java.util.List<AuthorModel> authors)
The authors of the content
-
withAuthors
public Content withAuthors(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AuthorModel>> authors)
The authors of the content
-
withUpdatedAt
public Content withUpdatedAt(java.time.OffsetDateTime updatedAt)
The date on which the content was last updated.
-
withUpdatedAt
public Content withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The date on which the content was last updated.
-
withCreatedAt
public Content withCreatedAt(java.time.OffsetDateTime createdAt)
The date on which the content was created.
-
withCreatedAt
public Content withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The date on which the content was created.
-
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
-
-