Class InsertManyDocuments200Response
java.lang.Object
io.lenra.api.internal.client.model.InsertManyDocuments200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-05T16:58:04.750750451Z[Etc/UTC]")
public class InsertManyDocuments200Response
extends Object
InsertManyDocuments200Response
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddInsertedIdsItem(String insertedIdsItem) booleanCreate an instance of InsertManyDocuments200Response given an JSON stringGet insertedIdsinthashCode()insertedIds(List<String> insertedIds) voidsetInsertedIds(List<String> insertedIds) toJson()Convert an instance of InsertManyDocuments200Response to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_INSERTED_IDS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
InsertManyDocuments200Response
public InsertManyDocuments200Response()
-
-
Method Details
-
insertedIds
-
addInsertedIdsItem
-
getInsertedIds
Get insertedIds- Returns:
- insertedIds
-
setInsertedIds
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to InsertManyDocuments200Response
-
fromJson
Create an instance of InsertManyDocuments200Response given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of InsertManyDocuments200Response
- Throws:
IOException- if the JSON string is invalid with respect to InsertManyDocuments200Response
-
toJson
Convert an instance of InsertManyDocuments200Response to an JSON string- Returns:
- JSON string
-