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 TypeMethodDescriptionboolean
Gets the underlying method to call when servicing the request.getName()
The name of the operation.Gets the parameters this operation accepts by type.int
hashCode()
void
Sets the underlying method to call when servicing the request.void
Sets the name of the operation.void
setParameters
(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
String
representing the name of the operation
-
setName
Sets the name of the operation.- Parameters:
name
- theString
representing 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()
-