Class Step
java.lang.Object
org.opendaylight.openflowjava.protocol.impl.clients.Step
Java class for stepType complex type.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier 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.short
getOrder()
Gets the value of the order property.void
Sets the value of the event property.void
Sets the value of the name property.void
setOrder
(short value) Sets the value of the order property.
-
Field Details
-
order
protected short order -
name
-
event
-
bytes
-
-
Constructor Details
-
Step
public Step()
-
-
Method Details
-
getOrder
public short getOrder()Gets the value of the order property. -
setOrder
public void setOrder(short value) Sets the value of the order property. -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getEvent
Gets the value of the event property.- Returns:
- possible object is
EventType
-
setEvent
Sets the value of the event property.- Parameters:
value
- allowed object isEventType
-
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
set
method 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
-