Package ai.toloka.client.v1
Class ModificationResult<T>
- java.lang.Object
-
- ai.toloka.client.v1.ModificationResult<T>
-
public class ModificationResult<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ModificationResult(T result, boolean newCreated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getResult()
boolean
isNewCreated()
-