public class DefaultReceivers extends org.onosproject.yang.model.InnerModelObject implements Receivers
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultReceivers()
Creates an instance of defaultReceivers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToReceiver(Receiver addTo)
Adds to the list of receiver.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<Receiver> |
receiver()
Returns the attribute receiver.
|
void |
receiver(List<Receiver> receiver)
Sets the attribute receiver.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultReceivers()
public List<Receiver> receiver()
Receiverspublic void receiver(List<Receiver> receiver)
Receiverspublic void addToReceiver(Receiver addTo)
ReceiversaddToReceiver in interface ReceiversaddTo - value of receiverCopyright © 2018. All rights reserved.