Class LocalizationModel
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.LocalizationModel
-
public class LocalizationModel extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocalizationModel.Builder
-
Constructor Summary
Constructors Constructor Description LocalizationModel()LocalizationModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends LocalizationModelLanguage> language, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocalizationModel.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()The description of the contentbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<LocalizationModelLanguage>language()The language associated with the localization detailsorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>tags()The tags associated with the localization detailsorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>title()The title of the contentjava.lang.StringtoString()LocalizationModelwithDescription(java.lang.String description)The description of the contentLocalizationModelwithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the contentLocalizationModelwithLanguage(LocalizationModelLanguage language)The language associated with the localization detailsLocalizationModelwithLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends LocalizationModelLanguage> language)The language associated with the localization detailsLocalizationModelwithTags(java.util.List<java.lang.String> tags)The tags associated with the localization detailsLocalizationModelwithTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)The tags associated with the localization detailsLocalizationModelwithTitle(java.lang.String title)The title of the contentLocalizationModelwithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)The title of the content
-
-
-
Constructor Detail
-
LocalizationModel
public LocalizationModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends LocalizationModelLanguage> language, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
-
LocalizationModel
public LocalizationModel()
-
-
Method Detail
-
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
-
language
public org.openapitools.jackson.nullable.JsonNullable<LocalizationModelLanguage> language()
The language associated with the localization details
-
tags
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> tags()
The tags associated with the localization details
-
builder
public static LocalizationModel.Builder builder()
-
withTitle
public LocalizationModel withTitle(java.lang.String title)
The title of the content
-
withTitle
public LocalizationModel withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
The title of the content
-
withDescription
public LocalizationModel withDescription(java.lang.String description)
The description of the content
-
withDescription
public LocalizationModel withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the content
-
withLanguage
public LocalizationModel withLanguage(LocalizationModelLanguage language)
The language associated with the localization details
-
withLanguage
public LocalizationModel withLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends LocalizationModelLanguage> language)
The language associated with the localization details
-
withTags
public LocalizationModel withTags(java.util.List<java.lang.String> tags)
The tags associated with the localization details
-
withTags
public LocalizationModel withTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
The tags associated with the localization details
-
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
-
-