public interface ModifySubscriptionInput
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ModifySubscriptionInput.LeafIdentifier
Identify the leaf of ModifySubscriptionInput.
|
| Modifier and Type | Method and Description |
|---|---|
FilterType |
filterType()
Returns the attribute filterType.
|
void |
filterType(FilterType filterType)
Sets the attribute filterType.
|
boolean |
isLeafValueSet(ModifySubscriptionInput.LeafIdentifier leaf)
Checks if the leaf value is set.
|
DateAndTime |
startTime()
Returns the attribute startTime.
|
void |
startTime(DateAndTime startTime)
Sets the attribute startTime.
|
DateAndTime |
stopTime()
Returns the attribute stopTime.
|
void |
stopTime(DateAndTime stopTime)
Sets the attribute stopTime.
|
SubscriptionId |
subscriptionId()
Returns the attribute subscriptionId.
|
void |
subscriptionId(SubscriptionId subscriptionId)
Sets the attribute subscriptionId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
SubscriptionId subscriptionId()
DateAndTime startTime()
DateAndTime stopTime()
BitSet valueLeafFlags()
FilterType filterType()
void subscriptionId(SubscriptionId subscriptionId)
subscriptionId - value of subscriptionIdvoid startTime(DateAndTime startTime)
startTime - value of startTimevoid stopTime(DateAndTime stopTime)
stopTime - value of stopTimevoid filterType(FilterType filterType)
filterType - value of filterTypeboolean isLeafValueSet(ModifySubscriptionInput.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.