Package ai.toloka.client.v1
Class BatchCreateResult<T>
- java.lang.Object
-
- ai.toloka.client.v1.BatchCreateResult<T>
-
public class BatchCreateResult<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BatchCreateResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.Integer,T>
getItems()
java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,FieldValidationError>>
getValidationsErrors()
-
-
-
Method Detail
-
getItems
public java.util.Map<java.lang.Integer,T> getItems()
-
getValidationsErrors
public java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,FieldValidationError>> getValidationsErrors()
-
-