public class Step extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Short> |
bytes |
protected EventType |
event |
protected String |
name |
protected short |
order |
Constructor and Description |
---|
Step() |
Modifier and Type | Method and Description |
---|---|
List<Short> |
getBytes()
Gets the value of the bytes property.
|
EventType |
getEvent()
Gets the value of the event property.
|
String |
getName()
Gets the value of the name property.
|
short |
getOrder()
Gets the value of the order property.
|
void |
setEvent(EventType value)
Sets the value of the event property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrder(short value)
Sets the value of the order property.
|
public short getOrder()
public void setOrder(short value)
public String getName()
String
public void setName(String value)
value
- allowed object is String
public EventType getEvent()
EventType
public void setEvent(EventType value)
value
- allowed object is EventType
public List<Short> getBytes()
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
Copyright © 2020 OpenDaylight. All rights reserved.