Class Step
java.lang.Object
org.opendaylight.openflowjava.protocol.impl.clients.Step
Java class for stepType complex type.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBytes()Gets the value of the bytes property.getEvent()Gets the value of the event property.getName()Gets the value of the name property.shortgetOrder()Gets the value of the order property.voidSets the value of the event property.voidSets the value of the name property.voidsetOrder(short value) Sets the value of the order property.
- 
Field Details- 
orderprotected short order
- 
name
- 
event
- 
bytes
 
- 
- 
Constructor Details- 
Steppublic Step()
 
- 
- 
Method Details- 
getOrderpublic short getOrder()Gets the value of the order property.
- 
setOrderpublic void setOrder(short value) Sets the value of the order property.
- 
getNameGets the value of the name property.- Returns:
- possible object is String
 
- 
setNameSets the value of the name property.- Parameters:
- value- allowed object is- String
 
- 
getEventGets the value of the event property.- Returns:
- possible object is EventType
 
- 
setEventSets the value of the event property.- Parameters:
- value- allowed object is- EventType
 
- 
getBytesGets 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
 
-