Class Step
- java.lang.Object
- 
- org.opendaylight.openflowjava.protocol.impl.clients.Step
 
- 
 public class Step extends Object Java class for stepType complex type.
- 
- 
Constructor SummaryConstructors Constructor Description Step()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Short>getBytes()Gets the value of the bytes property.EventTypegetEvent()Gets the value of the event property.StringgetName()Gets the value of the name property.shortgetOrder()Gets the value of the order property.voidsetEvent(EventType value)Sets the value of the event property.voidsetName(String value)Sets the value of the name property.voidsetOrder(short value)Sets the value of the order property.
 
- 
- 
- 
Method Detail- 
getOrderpublic short getOrder() Gets the value of the order property.
 - 
setOrderpublic void setOrder(short value) Sets the value of the order property.
 - 
getNamepublic String getName() Gets the value of the name property.- Returns:
- possible object is String
 
 - 
setNamepublic void setName(String value) Sets the value of the name property.- Parameters:
- value- allowed object is- String
 
 - 
getEventpublic EventType getEvent() Gets the value of the event property.- Returns:
- possible object is EventType
 
 - 
setEventpublic void setEvent(EventType value) Sets the value of the event property.- Parameters:
- value- allowed object is- EventType
 
 - 
getBytespublic List<Short> getBytes() Gets the value of the bytes property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the bytes property.For example, to add a new item, do as follows: getBytes().add(newItem);Objects of the following type(s) are allowed in the list Short
 
- 
 
-