Package org.forgerock.api.transform
Class LocalizableTag
java.lang.Object
io.swagger.models.Tag
org.forgerock.api.transform.LocalizableTag
public class LocalizableTag
extends io.swagger.models.Tag
Localizable
Tag.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) description(LocalizableString desc) Returns the name of a Tag, a LocalizableString.getName()name(LocalizableString name) Sets the name of the Tag.voidsetDescription(String description) voidMethods inherited from class io.swagger.models.Tag
equals, externalDocs, getDescription, getExternalDocs, getVendorExtensions, hashCode, setExternalDocs, setVendorExtension, setVendorExtensions, toString
-
Constructor Details
-
LocalizableTag
public LocalizableTag()
-
-
Method Details
-
description
-
description
- Overrides:
descriptionin classio.swagger.models.Tag
-
setDescription
- Overrides:
setDescriptionin classio.swagger.models.Tag
-
getLocalizableDescription
-
name
Sets the name of the Tag.- Parameters:
name- the tag name- Returns:
- the localizable tag
-
name
- Overrides:
namein classio.swagger.models.Tag
-
setName
- Overrides:
setNamein classio.swagger.models.Tag
-
getLocalizableName
Returns the name of a Tag, a LocalizableString.- Returns:
- the name, a LocalizableString
-
getName
- Overrides:
getNamein classio.swagger.models.Tag
-
getDescription
String getDescription()
-