Class ClassificationMeta
- java.lang.Object
-
- io.weaviate.client.v1.classifications.model.ClassificationMeta
-
public class ClassificationMeta extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClassificationMeta.ClassificationMetaBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClassificationMeta.ClassificationMetaBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)DategetCompleted()LonggetCount()LonggetCountFailed()LonggetCountSucceeded()DategetStarted()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static ClassificationMeta.ClassificationMetaBuilder builder()
-
getCompleted
public Date getCompleted()
-
getCount
public Long getCount()
-
getCountFailed
public Long getCountFailed()
-
getCountSucceeded
public Long getCountSucceeded()
-
getStarted
public Date getStarted()
-
canEqual
protected boolean canEqual(Object other)
-
-