java.lang.Object
org.opendaylight.openflowjava.protocol.impl.clients.Step

public class Step extends Object
Java class for stepType complex type.
  • Field Details Link icon

    • order Link icon

      protected short order
    • name Link icon

      protected String name
    • event Link icon

      protected EventType event
    • bytes Link icon

      protected List<Short> bytes
  • Constructor Details Link icon

    • Step Link icon

      public Step()
  • Method Details Link icon

    • getOrder Link icon

      public short getOrder()
      Gets the value of the order property.
    • setOrder Link icon

      public void setOrder(short value)
      Sets the value of the order property.
    • getName Link icon

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName Link icon

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getEvent Link icon

      public EventType getEvent()
      Gets the value of the event property.
      Returns:
      possible object is EventType
    • setEvent Link icon

      public void setEvent(EventType value)
      Sets the value of the event property.
      Parameters:
      value - allowed object is EventType
    • getBytes Link icon

      public 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 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