Class LmsUpsertContentRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.LmsUpsertContentRequestDto
-
public class LmsUpsertContentRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLmsUpsertContentRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description LmsUpsertContentRequestDto()LmsUpsertContentRequestDto(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<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 LmsUpsertContentRequestDtoContentType> contentType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl, org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoActive> active, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateSkillsApiModel>> skills, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order, 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, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateCategoriesApiModel>> categories, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AdditionalData>> additionalData)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<LmsUpsertContentRequestDtoActive>active()Whether the content is active and available for users.org.openapitools.jackson.nullable.JsonNullable<java.util.List<AdditionalData>>additionalData()The additional_data associated with this contentorg.openapitools.jackson.nullable.JsonNullable<java.util.List<AuthorModel>>authors()The authors of the contentstatic LmsUpsertContentRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.util.List<CreateCategoriesApiModel>>categories()The categories associated with this contentorg.openapitools.jackson.nullable.JsonNullable<LmsUpsertContentRequestDtoContentType>contentType()The type of contentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>contentUrl()The external URL of the 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.util.List<LanguageEnum>>languages()The languages associated with this contentorg.openapitools.jackson.nullable.JsonNullable<java.util.List<LocalizationModel>>localizations()The localization data for this courseorg.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>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<CreateSkillsApiModel>>skills()The skills associated with this contentorg.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.LmsUpsertContentRequestDtowithActive(LmsUpsertContentRequestDtoActive active)Whether the content is active and available for users.LmsUpsertContentRequestDtowithActive(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoActive> active)Whether the content is active and available for users.LmsUpsertContentRequestDtowithAdditionalData(java.util.List<AdditionalData> additionalData)The additional_data associated with this contentLmsUpsertContentRequestDtowithAdditionalData(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AdditionalData>> additionalData)The additional_data associated with this contentLmsUpsertContentRequestDtowithAuthors(java.util.List<AuthorModel> authors)The authors of the contentLmsUpsertContentRequestDtowithAuthors(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AuthorModel>> authors)The authors of the contentLmsUpsertContentRequestDtowithCategories(java.util.List<CreateCategoriesApiModel> categories)The categories associated with this contentLmsUpsertContentRequestDtowithCategories(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateCategoriesApiModel>> categories)The categories associated with this contentLmsUpsertContentRequestDtowithContentType(LmsUpsertContentRequestDtoContentType contentType)The type of contentLmsUpsertContentRequestDtowithContentType(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoContentType> contentType)The type of contentLmsUpsertContentRequestDtowithContentUrl(java.lang.String contentUrl)The external URL of the contentLmsUpsertContentRequestDtowithContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl)The external URL of the contentLmsUpsertContentRequestDtowithCoverUrl(java.lang.String coverUrl)The URL of the thumbnail image associated with the content.LmsUpsertContentRequestDtowithCoverUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl)The URL of the thumbnail image associated with the content.LmsUpsertContentRequestDtowithCreatedAt(java.time.OffsetDateTime createdAt)The date on which the content was created.LmsUpsertContentRequestDtowithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The date on which the content was created.LmsUpsertContentRequestDtowithDescription(java.lang.String description)The description of the contentLmsUpsertContentRequestDtowithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the contentLmsUpsertContentRequestDtowithDuration(java.lang.String duration)The duration of the content following the ISO8601 standard.LmsUpsertContentRequestDtowithDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration)The duration of the content following the ISO8601 standard.LmsUpsertContentRequestDtowithExternalReference(java.lang.String externalReference)The external ID associated with this contentLmsUpsertContentRequestDtowithExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)The external ID associated with this contentLmsUpsertContentRequestDtowithLanguages(java.util.List<LanguageEnum> languages)The languages associated with this contentLmsUpsertContentRequestDtowithLanguages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LanguageEnum>> languages)The languages associated with this contentLmsUpsertContentRequestDtowithLocalizations(java.util.List<LocalizationModel> localizations)The localization data for this courseLmsUpsertContentRequestDtowithLocalizations(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LocalizationModel>> localizations)The localization data for this courseLmsUpsertContentRequestDtowithMobileLaunchContentUrl(java.lang.String mobileLaunchContentUrl)The mobile friendly URL of the contentLmsUpsertContentRequestDtowithMobileLaunchContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl)The mobile friendly URL of the contentLmsUpsertContentRequestDtowithOrder(double order)The order of the individual content within a content grouping.LmsUpsertContentRequestDtowithOrder(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order)The order of the individual content within a content grouping.LmsUpsertContentRequestDtowithShortDescription(java.lang.String shortDescription)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.LmsUpsertContentRequestDtowithShortDescription(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.LmsUpsertContentRequestDtowithSkills(java.util.List<CreateSkillsApiModel> skills)The skills associated with this contentLmsUpsertContentRequestDtowithSkills(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateSkillsApiModel>> skills)The skills associated with this contentLmsUpsertContentRequestDtowithTags(java.util.List<java.lang.String> tags)A list of tags associated with the contentLmsUpsertContentRequestDtowithTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)A list of tags associated with the contentLmsUpsertContentRequestDtowithTitle(java.lang.String title)The title of the contentLmsUpsertContentRequestDtowithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)The title of the contentLmsUpsertContentRequestDtowithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectLmsUpsertContentRequestDtowithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectLmsUpsertContentRequestDtowithUpdatedAt(java.time.OffsetDateTime updatedAt)The date on which the content was last updated.LmsUpsertContentRequestDtowithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The date on which the content was last updated.
-
-
-
Constructor Detail
-
LmsUpsertContentRequestDto
public LmsUpsertContentRequestDto(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<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 LmsUpsertContentRequestDtoContentType> contentType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl, org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoActive> active, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateSkillsApiModel>> skills, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> order, 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, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateCategoriesApiModel>> categories, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AdditionalData>> additionalData)
-
LmsUpsertContentRequestDto
public LmsUpsertContentRequestDto()
-
-
Method Detail
-
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
-
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<LmsUpsertContentRequestDtoContentType> 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<LmsUpsertContentRequestDtoActive> 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.
-
skills
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<CreateSkillsApiModel>> skills()
The skills associated with this content
-
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.
-
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()
The localization data for this course
-
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.
-
categories
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<CreateCategoriesApiModel>> categories()
The categories associated with this content
-
additionalData
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<AdditionalData>> additionalData()
The additional_data associated with this content
-
builder
public static LmsUpsertContentRequestDto.Builder builder()
-
withUnifiedCustomFields
public LmsUpsertContentRequestDto withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public LmsUpsertContentRequestDto 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 LmsUpsertContentRequestDto withExternalReference(java.lang.String externalReference)
The external ID associated with this content
-
withExternalReference
public LmsUpsertContentRequestDto withExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)
The external ID associated with this content
-
withTitle
public LmsUpsertContentRequestDto withTitle(java.lang.String title)
The title of the content
-
withTitle
public LmsUpsertContentRequestDto withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
The title of the content
-
withDescription
public LmsUpsertContentRequestDto withDescription(java.lang.String description)
The description of the content
-
withDescription
public LmsUpsertContentRequestDto withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the content
-
withLanguages
public LmsUpsertContentRequestDto withLanguages(java.util.List<LanguageEnum> languages)
The languages associated with this content
-
withLanguages
public LmsUpsertContentRequestDto withLanguages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LanguageEnum>> languages)
The languages associated with this content
-
withContentUrl
public LmsUpsertContentRequestDto withContentUrl(java.lang.String contentUrl)
The external URL of the content
-
withContentUrl
public LmsUpsertContentRequestDto withContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentUrl)
The external URL of the content
-
withMobileLaunchContentUrl
public LmsUpsertContentRequestDto withMobileLaunchContentUrl(java.lang.String mobileLaunchContentUrl)
The mobile friendly URL of the content
-
withMobileLaunchContentUrl
public LmsUpsertContentRequestDto withMobileLaunchContentUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> mobileLaunchContentUrl)
The mobile friendly URL of the content
-
withContentType
public LmsUpsertContentRequestDto withContentType(LmsUpsertContentRequestDtoContentType contentType)
The type of content
-
withContentType
public LmsUpsertContentRequestDto withContentType(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoContentType> contentType)
The type of content
-
withCoverUrl
public LmsUpsertContentRequestDto withCoverUrl(java.lang.String coverUrl)
The URL of the thumbnail image associated with the content.
-
withCoverUrl
public LmsUpsertContentRequestDto withCoverUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl)
The URL of the thumbnail image associated with the content.
-
withActive
public LmsUpsertContentRequestDto withActive(LmsUpsertContentRequestDtoActive active)
Whether the content is active and available for users.
-
withActive
public LmsUpsertContentRequestDto withActive(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoActive> active)
Whether the content is active and available for users.
-
withDuration
public LmsUpsertContentRequestDto 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 LmsUpsertContentRequestDto 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.
-
withSkills
public LmsUpsertContentRequestDto withSkills(java.util.List<CreateSkillsApiModel> skills)
The skills associated with this content
-
withSkills
public LmsUpsertContentRequestDto withSkills(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateSkillsApiModel>> skills)
The skills associated with this content
-
withOrder
public LmsUpsertContentRequestDto withOrder(double order)
The order of the individual content within a content grouping. This is not applicable for pushing individual content.
-
withOrder
public LmsUpsertContentRequestDto 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.
-
withShortDescription
@Deprecated public LmsUpsertContentRequestDto 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 LmsUpsertContentRequestDto 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 LmsUpsertContentRequestDto withLocalizations(java.util.List<LocalizationModel> localizations)
The localization data for this course
-
withLocalizations
public LmsUpsertContentRequestDto withLocalizations(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LocalizationModel>> localizations)
The localization data for this course
-
withTags
public LmsUpsertContentRequestDto withTags(java.util.List<java.lang.String> tags)
A list of tags associated with the content
-
withTags
public LmsUpsertContentRequestDto withTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
A list of tags associated with the content
-
withAuthors
public LmsUpsertContentRequestDto withAuthors(java.util.List<AuthorModel> authors)
The authors of the content
-
withAuthors
public LmsUpsertContentRequestDto withAuthors(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AuthorModel>> authors)
The authors of the content
-
withUpdatedAt
public LmsUpsertContentRequestDto withUpdatedAt(java.time.OffsetDateTime updatedAt)
The date on which the content was last updated.
-
withUpdatedAt
public LmsUpsertContentRequestDto withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The date on which the content was last updated.
-
withCreatedAt
public LmsUpsertContentRequestDto withCreatedAt(java.time.OffsetDateTime createdAt)
The date on which the content was created.
-
withCreatedAt
public LmsUpsertContentRequestDto withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The date on which the content was created.
-
withCategories
public LmsUpsertContentRequestDto withCategories(java.util.List<CreateCategoriesApiModel> categories)
The categories associated with this content
-
withCategories
public LmsUpsertContentRequestDto withCategories(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateCategoriesApiModel>> categories)
The categories associated with this content
-
withAdditionalData
public LmsUpsertContentRequestDto withAdditionalData(java.util.List<AdditionalData> additionalData)
The additional_data associated with this content
-
withAdditionalData
public LmsUpsertContentRequestDto withAdditionalData(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AdditionalData>> additionalData)
The additional_data associated with this content
-
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
-
-