modelgbp Generated OpFlex Model
1.7.0
|
Public Member Functions | |
bool | isBytesSet () |
Check whether bytes has been set. More... | |
boost::optional< uint64_t > | getBytes () |
Get the value of bytes if it has been set. More... | |
uint64_t | getBytes (uint64_t defaultValue) |
Get the value of bytes if set, otherwise the value of default passed in. More... | |
modelgbp::gbpe::RoutingDomainDropCounter & | setBytes (uint64_t newValue) |
Set bytes to the specified value in the currently-active mutator. More... | |
modelgbp::gbpe::RoutingDomainDropCounter & | unsetBytes () |
Unset bytes in the currently-active mutator. More... | |
bool | isGenIdSet () |
Check whether genId has been set. More... | |
boost::optional< uint64_t > | getGenId () |
Get the value of genId if it has been set. More... | |
uint64_t | getGenId (uint64_t defaultValue) |
Get the value of genId if set, otherwise the value of default passed in. More... | |
modelgbp::gbpe::RoutingDomainDropCounter & | setGenId (uint64_t newValue) |
Set genId to the specified value in the currently-active mutator. More... | |
modelgbp::gbpe::RoutingDomainDropCounter & | unsetGenId () |
Unset genId in the currently-active mutator. More... | |
bool | isPacketsSet () |
Check whether packets has been set. More... | |
boost::optional< uint64_t > | getPackets () |
Get the value of packets if it has been set. More... | |
uint64_t | getPackets (uint64_t defaultValue) |
Get the value of packets if set, otherwise the value of default passed in. More... | |
modelgbp::gbpe::RoutingDomainDropCounter & | setPackets (uint64_t newValue) |
Set packets to the specified value in the currently-active mutator. More... | |
modelgbp::gbpe::RoutingDomainDropCounter & | unsetPackets () |
Unset packets in the currently-active mutator. More... | |
bool | isRoutingDomainSet () |
Check whether routingDomain has been set. More... | |
boost::optional< const std::string & > | getRoutingDomain () |
Get the value of routingDomain if it has been set. More... | |
const std::string & | getRoutingDomain (const std::string &defaultValue) |
Get the value of routingDomain if set, otherwise the value of default passed in. More... | |
modelgbp::gbpe::RoutingDomainDropCounter & | setRoutingDomain (const std::string &newValue) |
Set routingDomain to the specified value in the currently-active mutator. More... | |
modelgbp::gbpe::RoutingDomainDropCounter & | unsetRoutingDomain () |
Unset routingDomain in the currently-active mutator. More... | |
bool | isUuidSet () |
Check whether uuid has been set. More... | |
boost::optional< const std::string & > | getUuid () |
Get the value of uuid if it has been set. More... | |
const std::string & | getUuid (const std::string &defaultValue) |
Get the value of uuid if set, otherwise the value of default passed in. More... | |
modelgbp::gbpe::RoutingDomainDropCounter & | setUuid (const std::string &newValue) |
Set uuid to the specified value in the currently-active mutator. More... | |
modelgbp::gbpe::RoutingDomainDropCounter & | unsetUuid () |
Unset uuid in the currently-active mutator. More... | |
void | remove () |
Remove this instance using the currently-active mutator. More... | |
RoutingDomainDropCounter (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi) | |
Construct an instance of RoutingDomainDropCounter. More... | |
Static Public Member Functions | |
static boost::optional < OF_SHARED_PTR < modelgbp::gbpe::RoutingDomainDropCounter > > | resolve (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
Retrieve an instance of RoutingDomainDropCounter from the managed object store. More... | |
static boost::optional < OF_SHARED_PTR < modelgbp::gbpe::RoutingDomainDropCounter > > | resolve (const opflex::modb::URI &uri) |
Retrieve an instance of RoutingDomainDropCounter from the managed object store using the default framework instance. More... | |
static boost::optional < OF_SHARED_PTR < modelgbp::gbpe::RoutingDomainDropCounter > > | resolve (opflex::ofcore::OFFramework &framework, const std::string &gbpeRoutingDomainDropCounterUuid, uint64_t gbpeRoutingDomainDropCounterGenId, const std::string &gbpeRoutingDomainDropCounterRoutingDomain) |
Retrieve an instance of RoutingDomainDropCounter from the managed object store by constructing its URI from the path elements that lead to it. More... | |
static boost::optional < OF_SHARED_PTR < modelgbp::gbpe::RoutingDomainDropCounter > > | resolve (const std::string &gbpeRoutingDomainDropCounterUuid, uint64_t gbpeRoutingDomainDropCounterGenId, const std::string &gbpeRoutingDomainDropCounterRoutingDomain) |
Retrieve an instance of RoutingDomainDropCounter from the default managed object store by constructing its URI from the path elements that lead to it. More... | |
static void | remove (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
Remove the RoutingDomainDropCounter object with the specified URI using the currently-active mutator. More... | |
static void | remove (const opflex::modb::URI &uri) |
Remove the RoutingDomainDropCounter object with the specified URI using the currently-active mutator and the default framework instance. More... | |
static void | remove (opflex::ofcore::OFFramework &framework, const std::string &gbpeRoutingDomainDropCounterUuid, uint64_t gbpeRoutingDomainDropCounterGenId, const std::string &gbpeRoutingDomainDropCounterRoutingDomain) |
Remove the RoutingDomainDropCounter object with the specified path elements from the managed object store. More... | |
static void | remove (const std::string &gbpeRoutingDomainDropCounterUuid, uint64_t gbpeRoutingDomainDropCounterGenId, const std::string &gbpeRoutingDomainDropCounterRoutingDomain) |
Remove the RoutingDomainDropCounter object with the specified path elements from the managed object store using the default framework instance. More... | |
static void | registerListener (opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener) |
Register a listener that will get called for changes related to this class. More... | |
static void | registerListener (opflex::modb::ObjectListener *listener) |
Register a listener that will get called for changes related to this class with the default framework instance. More... | |
static void | unregisterListener (opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener) |
Unregister a listener from updates to this class. More... | |
static void | unregisterListener (opflex::modb::ObjectListener *listener) |
Unregister a listener from updates to this class from the default framework instance. More... | |
Static Public Attributes | |
static const opflex::modb::class_id_t | CLASS_ID = 50 |
The unique class ID for RoutingDomainDropCounter. | |
|
inline |
Construct an instance of RoutingDomainDropCounter.
This should not typically be called from user code.
|
inline |
Get the value of bytes if it has been set.
References isBytesSet().
Referenced by getBytes().
|
inline |
Get the value of bytes if set, otherwise the value of default passed in.
defaultValue | default value returned if the property is not set |
References getBytes().
|
inline |
Get the value of genId if it has been set.
References isGenIdSet().
Referenced by getGenId().
|
inline |
Get the value of genId if set, otherwise the value of default passed in.
defaultValue | default value returned if the property is not set |
References getGenId().
|
inline |
Get the value of packets if it has been set.
References isPacketsSet().
Referenced by getPackets().
|
inline |
Get the value of packets if set, otherwise the value of default passed in.
defaultValue | default value returned if the property is not set |
References getPackets().
|
inline |
Get the value of routingDomain if it has been set.
References isRoutingDomainSet().
Referenced by getRoutingDomain().
|
inline |
Get the value of routingDomain if set, otherwise the value of default passed in.
defaultValue | default value returned if the property is not set |
References getRoutingDomain().
|
inline |
Get the value of uuid if it has been set.
References isUuidSet().
Referenced by getUuid().
|
inline |
Get the value of uuid if set, otherwise the value of default passed in.
defaultValue | default value returned if the property is not set |
References getUuid().
|
inline |
|
inline |
|
inline |
|
inline |
Check whether routingDomain has been set.
Referenced by getRoutingDomain().
|
inline |
|
inlinestatic |
Register a listener that will get called for changes related to this class.
This listener will be called for any modifications of this class or any transitive children of this class.
framework | the framework instance |
listener | the listener functional object that should be called when changes occur related to the class. This memory is owned by the caller and should be freed only after it has been unregistered. |
References CLASS_ID.
Referenced by registerListener().
|
inlinestatic |
Register a listener that will get called for changes related to this class with the default framework instance.
This listener will be called for any modifications of this class or any transitive children of this class.
listener | the listener functional object that should be called when changes occur related to the class. This memory is owned by the caller and should be freed only after it has been unregistered. |
References registerListener().
|
inline |
Remove this instance using the currently-active mutator.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
std::logic_error | if no mutator is active |
References CLASS_ID.
|
inlinestatic |
Remove the RoutingDomainDropCounter object with the specified URI using the currently-active mutator.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
framework | the framework instance to use |
uri | the URI of the object to remove |
std::logic_error | if no mutator is active |
References CLASS_ID.
|
inlinestatic |
Remove the RoutingDomainDropCounter object with the specified URI using the currently-active mutator and the default framework instance.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
uri | the URI of the object to remove |
std::logic_error | if no mutator is active |
|
inlinestatic |
Remove the RoutingDomainDropCounter object with the specified path elements from the managed object store.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /ObserverPolicyStatUniverse/GbpeRoutingDomainDropCounter/[gbpeRoutingDomainDropCounterUuid]/[gbpeRoutingDomainDropCounterGenId]/[gbpeRoutingDomainDropCounterRoutingDomain]
framework | the framework instance to use |
gbpeRoutingDomainDropCounterUuid | the value of gbpeRoutingDomainDropCounterUuid, a naming property for RoutingDomainDropCounter |
gbpeRoutingDomainDropCounterGenId | the value of gbpeRoutingDomainDropCounterGenId, a naming property for RoutingDomainDropCounter |
gbpeRoutingDomainDropCounterRoutingDomain | the value of gbpeRoutingDomainDropCounterRoutingDomain, a naming property for RoutingDomainDropCounter |
std::logic_error | if no mutator is active |
References CLASS_ID.
|
inlinestatic |
Remove the RoutingDomainDropCounter object with the specified path elements from the managed object store using the default framework instance.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /ObserverPolicyStatUniverse/GbpeRoutingDomainDropCounter/[gbpeRoutingDomainDropCounterUuid]/[gbpeRoutingDomainDropCounterGenId]/[gbpeRoutingDomainDropCounterRoutingDomain]
gbpeRoutingDomainDropCounterUuid | the value of gbpeRoutingDomainDropCounterUuid, a naming property for RoutingDomainDropCounter |
gbpeRoutingDomainDropCounterGenId | the value of gbpeRoutingDomainDropCounterGenId, a naming property for RoutingDomainDropCounter |
gbpeRoutingDomainDropCounterRoutingDomain | the value of gbpeRoutingDomainDropCounterRoutingDomain, a naming property for RoutingDomainDropCounter |
std::logic_error | if no mutator is active |
|
inlinestatic |
Retrieve an instance of RoutingDomainDropCounter from the managed object store.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
framework | the framework instance to use |
uri | the URI of the object to retrieve |
References CLASS_ID.
Referenced by resolve(), and modelgbp::observer::PolicyStatUniverse::resolveGbpeRoutingDomainDropCounter().
|
inlinestatic |
Retrieve an instance of RoutingDomainDropCounter from the managed object store using the default framework instance.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
uri | the URI of the object to retrieve |
References CLASS_ID.
|
inlinestatic |
Retrieve an instance of RoutingDomainDropCounter from the managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /ObserverPolicyStatUniverse/GbpeRoutingDomainDropCounter/[gbpeRoutingDomainDropCounterUuid]/[gbpeRoutingDomainDropCounterGenId]/[gbpeRoutingDomainDropCounterRoutingDomain]
framework | the framework instance to use |
gbpeRoutingDomainDropCounterUuid | the value of gbpeRoutingDomainDropCounterUuid, a naming property for RoutingDomainDropCounter |
gbpeRoutingDomainDropCounterGenId | the value of gbpeRoutingDomainDropCounterGenId, a naming property for RoutingDomainDropCounter |
gbpeRoutingDomainDropCounterRoutingDomain | the value of gbpeRoutingDomainDropCounterRoutingDomain, a naming property for RoutingDomainDropCounter |
References resolve().
|
inlinestatic |
Retrieve an instance of RoutingDomainDropCounter from the default managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /ObserverPolicyStatUniverse/GbpeRoutingDomainDropCounter/[gbpeRoutingDomainDropCounterUuid]/[gbpeRoutingDomainDropCounterGenId]/[gbpeRoutingDomainDropCounterRoutingDomain]
gbpeRoutingDomainDropCounterUuid | the value of gbpeRoutingDomainDropCounterUuid, a naming property for RoutingDomainDropCounter |
gbpeRoutingDomainDropCounterGenId | the value of gbpeRoutingDomainDropCounterGenId, a naming property for RoutingDomainDropCounter |
gbpeRoutingDomainDropCounterRoutingDomain | the value of gbpeRoutingDomainDropCounterRoutingDomain, a naming property for RoutingDomainDropCounter |
References resolve().
|
inline |
Set bytes to the specified value in the currently-active mutator.
newValue | the new value to set. |
std::logic_error | if no mutator is active |
|
inline |
Set genId to the specified value in the currently-active mutator.
newValue | the new value to set. |
std::logic_error | if no mutator is active |
|
inline |
Set packets to the specified value in the currently-active mutator.
newValue | the new value to set. |
std::logic_error | if no mutator is active |
|
inline |
Set routingDomain to the specified value in the currently-active mutator.
newValue | the new value to set. |
std::logic_error | if no mutator is active |
|
inline |
Set uuid to the specified value in the currently-active mutator.
newValue | the new value to set. |
std::logic_error | if no mutator is active |
|
inlinestatic |
Unregister a listener from updates to this class.
framework | the framework instance |
listener | The listener to unregister. |
References CLASS_ID.
Referenced by unregisterListener().
|
inlinestatic |
Unregister a listener from updates to this class from the default framework instance.
listener | The listener to unregister. |
References unregisterListener().
|
inline |
Unset bytes in the currently-active mutator.
std::logic_error | if no mutator is active |
|
inline |
Unset genId in the currently-active mutator.
std::logic_error | if no mutator is active |
|
inline |
Unset packets in the currently-active mutator.
std::logic_error | if no mutator is active |
|
inline |
Unset routingDomain in the currently-active mutator.
std::logic_error | if no mutator is active |
|
inline |
Unset uuid in the currently-active mutator.
std::logic_error | if no mutator is active |