public class ValuesMergeResult
| Constructor and Description |
|---|
ValuesMergeResult(ai.tock.nlp.entity.Value value,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
ai.tock.nlp.entity.Value |
component1() |
java.lang.String |
component2() |
ValuesMergeResult |
copy(ai.tock.nlp.entity.Value value,
java.lang.String content) |
boolean |
equals(java.lang.Object p) |
java.lang.String |
getContent() |
ai.tock.nlp.entity.Value |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public ValuesMergeResult(@Nullable
ai.tock.nlp.entity.Value value,
@Nullable
java.lang.String content)
@Nullable public ai.tock.nlp.entity.Value getValue()
@Nullable public java.lang.String getContent()
@Nullable public ai.tock.nlp.entity.Value component1()
@Nullable public java.lang.String component2()
@NotNull public ValuesMergeResult copy(@Nullable ai.tock.nlp.entity.Value value, @Nullable java.lang.String content)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)