Class StartupOperation
java.lang.Object
dev.getelements.elements.rt.manifest.startup.StartupOperation
Represents a single operation performed by a startup function.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the underlying method to call when servicing the request.getName()The name of the operation.Gets the parameters this operation accepts by type.inthashCode()voidSets the underlying method to call when servicing the request.voidSets the name of the operation.voidsetParameters(Map<String, Type> parameters) Sets the parameters this operation accepts by type.
-
Constructor Details
-
StartupOperation
public StartupOperation()
-
-
Method Details
-
getName
The name of the operation.- Returns:
- the
Stringrepresenting the name of the operation
-
setName
Sets the name of the operation.- Parameters:
name- theStringrepresenting the name of the operation
-
getMethod
Gets the underlying method to call when servicing the request.- Returns:
- the method.
-
setMethod
Sets the underlying method to call when servicing the request.- Parameters:
method- the method name.
-
getParameters
Gets the parameters this operation accepts by type. -
setParameters
Sets the parameters this operation accepts by type. -
equals
-
hashCode
public int hashCode()
-