public class ObjectWorkflowActionDetailsResponse.Control extends VaultModel
Constructor and Description |
---|
Control() |
Modifier and Type | Method and Description |
---|---|
List<ObjectWorkflowActionDetailsResponse.CurrentValue> |
getCurrentValues() |
String |
getLabel() |
List<ObjectWorkflowActionDetailsResponse.Prompt> |
getPrompts() |
String |
getType() |
void |
setCurrentValues(List<ObjectWorkflowActionDetailsResponse.CurrentValue> currentValues) |
void |
setLabel(String label) |
void |
setPrompts(List<ObjectWorkflowActionDetailsResponse.Prompt> prompts) |
void |
setType(String type) |
get, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
public String getLabel()
public void setLabel(String label)
public String getType()
public void setType(String type)
public List<ObjectWorkflowActionDetailsResponse.Prompt> getPrompts()
public void setPrompts(List<ObjectWorkflowActionDetailsResponse.Prompt> prompts)
public List<ObjectWorkflowActionDetailsResponse.CurrentValue> getCurrentValues()
public void setCurrentValues(List<ObjectWorkflowActionDetailsResponse.CurrentValue> currentValues)
Copyright © 2021. All rights reserved.