Class DtoAbstractInferenceSignalSpecification
java.lang.Object
com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
- All Implemented Interfaces:
IDtoAbstractInferenceSignalSpecification
public abstract class DtoAbstractInferenceSignalSpecification
extends Object
implements IDtoAbstractInferenceSignalSpecification
Specification for a specific signal needed at the inference.
-
Field Summary
Fields inherited from interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractInferenceSignalSpecification
_DISCRIMINATOR_TYPE_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionDtoAbstractInferenceSignalSpecification
(String signal, DtoDataType dataType) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Data type of the signal.ID of the signal.getType()
Type of this object.int
hashCode()
void
setDataType
(DtoDataType dataType) Data type of the signal.void
ID of the signal.withDataType
(DtoDataType dataType) Data type of the signal.withSignal
(String signal) ID of the signal.
-
Constructor Details
-
DtoAbstractInferenceSignalSpecification
-
-
Method Details
-
getType
Type of this object.- Specified by:
getType
in interfaceIDtoAbstractInferenceSignalSpecification
-
getSignal
ID of the signal.- Specified by:
getSignal
in interfaceIDtoAbstractInferenceSignalSpecification
-
setSignal
ID of the signal.- Specified by:
setSignal
in interfaceIDtoAbstractInferenceSignalSpecification
-
getDataType
Data type of the signal.- Specified by:
getDataType
in interfaceIDtoAbstractInferenceSignalSpecification
-
setDataType
Data type of the signal.- Specified by:
setDataType
in interfaceIDtoAbstractInferenceSignalSpecification
-
withSignal
ID of the signal. -
withDataType
Data type of the signal. -
equals
-
hashCode
public int hashCode()
-