Class DtoSinFunction
java.lang.Object
com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
- All Implemented Interfaces:
IDtoAbstractFunction
,IDtoSinFunction
The sin function. Numeric input and output.
-
Field Summary
Fields inherited from interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSinFunction
_DISCRIMINATOR_TYPE_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
FunctionId of the only input function.long
getId()
ID of the function.getType()
Type of this object.int
hashCode()
void
setArgument
(long argument) FunctionId of the only input function.void
setId
(long id) ID of the function.withArgument
(long argument) FunctionId of the only input function.withId
(long id) ID of the function.
-
Constructor Details
-
DtoSinFunction
public DtoSinFunction(long id, long argument)
-
-
Method Details
-
getType
Type of this object.- Specified by:
getType
in interfaceIDtoAbstractFunction
- Specified by:
getType
in interfaceIDtoSinFunction
-
getId
public long getId()ID of the function.- Specified by:
getId
in interfaceIDtoAbstractFunction
- Specified by:
getId
in interfaceIDtoSinFunction
-
setId
public void setId(long id) ID of the function.- Specified by:
setId
in interfaceIDtoAbstractFunction
- Specified by:
setId
in interfaceIDtoSinFunction
-
getArgument
public long getArgument()FunctionId of the only input function.- Specified by:
getArgument
in interfaceIDtoSinFunction
-
setArgument
public void setArgument(long argument) FunctionId of the only input function.- Specified by:
setArgument
in interfaceIDtoSinFunction
-
equals
-
hashCode
public int hashCode() -
withId
ID of the function. -
withArgument
FunctionId of the only input function.
-