public class ClassifiedSentence
public ClassifiedSentence(@NotNull
java.lang.String text,
@NotNull
java.util.Locale language,
@NotNull
java.lang.String applicationId,
@NotNull
java.time.Instant creationDate,
@NotNull
java.time.Instant updateDate,
@NotNull
ClassifiedSentenceStatus status,
@NotNull
Classification classification)
@NotNull public java.lang.String getText()
@NotNull public java.util.Locale getLanguage()
@NotNull public java.lang.String getApplicationId()
@NotNull public java.time.Instant getCreationDate()
@NotNull public java.time.Instant getUpdateDate()
@NotNull public ClassifiedSentenceStatus getStatus()
@NotNull public Classification getClassification()
@NotNull public java.lang.String component1()
@NotNull public java.util.Locale component2()
@NotNull public java.lang.String component3()
@NotNull public java.time.Instant component4()
@NotNull public java.time.Instant component5()
@NotNull public ClassifiedSentenceStatus component6()
@NotNull public Classification component7()
@NotNull public ClassifiedSentence copy(@NotNull java.lang.String text, @NotNull java.util.Locale language, @NotNull java.lang.String applicationId, @NotNull java.time.Instant creationDate, @NotNull java.time.Instant updateDate, @NotNull ClassifiedSentenceStatus status, @NotNull Classification classification)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)