Uses of Class
io.github.ai4ci.output.ImmutableContactCSV
Packages that use ImmutableContactCSV
-
Uses of ImmutableContactCSV in io.github.ai4ci.output
Methods in io.github.ai4ci.output that return ImmutableContactCSVModifier and TypeMethodDescriptionImmutableContactCSV.Builder.build()
Builds a newImmutableContactCSV
.static ImmutableContactCSV
ImmutableContactCSV.copyOf
(ContactCSV instance) Creates an immutable copy of aContactCSV
value.protected abstract ImmutableContactCSV
CSVMapper.toCSV
(PersonHistory person, Contact contact) protected ImmutableContactCSV
CSVMapperImpl.toCSV
(PersonHistory person, Contact contact) final ImmutableContactCSV
ImmutableContactCSV.withContactId
(int value) Copy the current immutable object by setting a value for thecontactId
attribute.final ImmutableContactCSV
ImmutableContactCSV.withDetected
(boolean value) Copy the current immutable object by setting a value for thedetected
attribute.final ImmutableContactCSV
ImmutableContactCSV.withExperimentName
(String value) Copy the current immutable object by setting a value for theexperimentName
attribute.final ImmutableContactCSV
ImmutableContactCSV.withExperimentReplica
(int value) Copy the current immutable object by setting a value for theexperimentReplica
attribute.final ImmutableContactCSV
ImmutableContactCSV.withId
(int value) Copy the current immutable object by setting a value for theid
attribute.final ImmutableContactCSV
ImmutableContactCSV.withModelName
(String value) Copy the current immutable object by setting a value for themodelName
attribute.final ImmutableContactCSV
ImmutableContactCSV.withModelReplica
(int value) Copy the current immutable object by setting a value for themodelReplica
attribute.final ImmutableContactCSV
ImmutableContactCSV.withTime
(int value) Copy the current immutable object by setting a value for thetime
attribute.Methods in io.github.ai4ci.output that return types with arguments of type ImmutableContactCSVMethods in io.github.ai4ci.output with parameters of type ImmutableContactCSVModifier and TypeMethodDescriptionCSVMapper.toMap
(ImmutableContactCSV csv) CSVMapperImpl.toMap
(ImmutableContactCSV csv)