public class Trigger extends BasicDataAbstract
bomRef, description, name, properties, resourceReferences, uid
Constructor and Description |
---|
Trigger() |
Modifier and Type | Method and Description |
---|---|
List<Condition> |
getConditions() |
Event |
getEvent() |
List<InputType> |
getInputs() |
List<OutputType> |
getOutputs() |
String |
getTimeActivated() |
String |
getType() |
void |
setConditions(List<Condition> conditions) |
void |
setEvent(Event event) |
void |
setInputs(List<InputType> inputs) |
void |
setOutputs(List<OutputType> outputs) |
void |
setTimeActivated(String timeActivated) |
void |
setType(String type) |
getBomRef, getDescription, getName, getProperties, getResourceReferences, getUid, setBomRef, setDescription, setName, setProperties, setResourceReferences, setUid
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
public String getType()
public void setType(String type)
public Event getEvent()
public void setEvent(Event event)
public String getTimeActivated()
public void setTimeActivated(String timeActivated)
public List<OutputType> getOutputs()
public void setOutputs(List<OutputType> outputs)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.