Class ProgressMissionInfo
java.lang.Object
dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
- All Implemented Interfaces:
Taggable
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
getSteps()
int
getStepSequence
(Step step) Returns the index for the given step, or -1 if not found.getTags()
int
hashCode()
void
setDescription
(String description) void
setDisplayName
(String displayName) void
setFinalRepeatStep
(Step finalRepeatStep) void
void
setMetadata
(Map<String, Object> metadata) void
void
void
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface dev.getelements.elements.sdk.model.Taggable
addTag, validateAndAddTag, validateAndSetTags, validateTags
-
Constructor Details
-
ProgressMissionInfo
public ProgressMissionInfo()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDisplayName
-
setDisplayName
-
getDescription
-
setDescription
-
getSteps
-
setSteps
-
getFinalRepeatStep
-
setFinalRepeatStep
-
getTags
-
setTags
-
getMetadata
-
setMetadata
-
getStepSequence
Returns the index for the given step, or -1 if not found.- Parameters:
step
-- Returns:
- index if found, or -1 if not found.
-
equals
-
hashCode
public int hashCode() -
toString
-