Package org.bonitasoft.web.client.model
Class I18nlocale
- java.lang.Object
-
- org.bonitasoft.web.client.model.I18nlocale
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class I18nlocale extends Object implements Serializable
I18nlocale- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LOCALEstatic StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description I18nlocale()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLocale()code of the localeStringgetName()Name of the languageinthashCode()I18nlocalelocale(String locale)I18nlocalename(String name)voidsetLocale(String locale)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LOCALE
public static final String JSON_PROPERTY_LOCALE
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public I18nlocale name(String name)
-
setName
public void setName(String name)
-
locale
public I18nlocale locale(String locale)
-
setLocale
public void setLocale(String locale)
-
-