public static class AssertionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AssertionDetails |
build() |
AssertionDetails.Builder |
copy(AssertionDetails model) |
AssertionDetails.Builder |
id(String id)
id of the relation
|
AssertionDetails.Builder |
score(Double score)
Score or confidence for health detected entity.
|
AssertionDetails.Builder |
type(String type)
type of assertion ex, Status, Certainty, Temporality, Actor, etc.
|
AssertionDetails.Builder |
value(String value)
Possible value for assertion type
|
public AssertionDetails.Builder id(String id)
id of the relation
id
- the value to setpublic AssertionDetails.Builder type(String type)
type of assertion ex, Status, Certainty, Temporality, Actor, etc.
type
- the value to setpublic AssertionDetails.Builder value(String value)
Possible value for assertion type
value
- the value to setpublic AssertionDetails.Builder score(Double score)
Score or confidence for health detected entity.
score
- the value to setpublic AssertionDetails build()
public AssertionDetails.Builder copy(AssertionDetails model)
Copyright © 2016–2024. All rights reserved.