Class LocalizationModel


  • public class LocalizationModel
    extends java.lang.Object
    • 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
      • 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
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object