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 TypeMethodDescriptionbooleangetId()getName()getSteps()intgetStepSequence(Step step) Returns the index for the given step, or -1 if not found.getTags()inthashCode()voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetFinalRepeatStep(Step finalRepeatStep) voidvoidsetMetadata(Map<String, Object> metadata) voidvoidvoidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-