public class CreateCollectionRequest extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
CreateCollectionRequest.Language
The language of the documents stored in the collection, in the form of an ISO 639-1 language code.
|
Constructor and Description |
---|
CreateCollectionRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigurationId()
Gets the configurationId.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getLanguage()
Gets the language.
|
java.lang.String |
getName()
Gets the name.
|
void |
setConfigurationId(java.lang.String configurationId)
Sets the configurationId.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setLanguage(java.lang.String language)
Sets the language.
|
void |
setName(java.lang.String name)
Sets the name.
|
equals, hashCode, toString
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getConfigurationId()
public java.lang.String getLanguage()
public void setName(java.lang.String name)
name
- the new namepublic void setDescription(java.lang.String description)
description
- the new descriptionpublic void setConfigurationId(java.lang.String configurationId)
configurationId
- the new configurationIdpublic void setLanguage(java.lang.String language)
language
- the new language