modelgbp Generated OpFlex Model  1.7.0
modelgbp::gbpe::SecGrpClassifierCounter Class Reference
Inheritance diagram for modelgbp::gbpe::SecGrpClassifierCounter:

Public Member Functions

bool isClassifierSet ()
 Check whether classifier has been set. More...
 
boost::optional< const std::string & > getClassifier ()
 Get the value of classifier if it has been set. More...
 
const std::string & getClassifier (const std::string &defaultValue)
 Get the value of classifier if set, otherwise the value of default passed in. More...
 
modelgbp::gbpe::SecGrpClassifierCountersetClassifier (const std::string &newValue)
 Set classifier to the specified value in the currently-active mutator. More...
 
modelgbp::gbpe::SecGrpClassifierCounterunsetClassifier ()
 Unset classifier 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::SecGrpClassifierCountersetGenId (uint64_t newValue)
 Set genId to the specified value in the currently-active mutator. More...
 
modelgbp::gbpe::SecGrpClassifierCounterunsetGenId ()
 Unset genId in the currently-active mutator. More...
 
bool isRxbytesSet ()
 Check whether rxbytes has been set. More...
 
boost::optional< uint64_t > getRxbytes ()
 Get the value of rxbytes if it has been set. More...
 
uint64_t getRxbytes (uint64_t defaultValue)
 Get the value of rxbytes if set, otherwise the value of default passed in. More...
 
modelgbp::gbpe::SecGrpClassifierCountersetRxbytes (uint64_t newValue)
 Set rxbytes to the specified value in the currently-active mutator. More...
 
modelgbp::gbpe::SecGrpClassifierCounterunsetRxbytes ()
 Unset rxbytes in the currently-active mutator. More...
 
bool isRxpacketsSet ()
 Check whether rxpackets has been set. More...
 
boost::optional< uint64_t > getRxpackets ()
 Get the value of rxpackets if it has been set. More...
 
uint64_t getRxpackets (uint64_t defaultValue)
 Get the value of rxpackets if set, otherwise the value of default passed in. More...
 
modelgbp::gbpe::SecGrpClassifierCountersetRxpackets (uint64_t newValue)
 Set rxpackets to the specified value in the currently-active mutator. More...
 
modelgbp::gbpe::SecGrpClassifierCounterunsetRxpackets ()
 Unset rxpackets in the currently-active mutator. More...
 
bool isTxbytesSet ()
 Check whether txbytes has been set. More...
 
boost::optional< uint64_t > getTxbytes ()
 Get the value of txbytes if it has been set. More...
 
uint64_t getTxbytes (uint64_t defaultValue)
 Get the value of txbytes if set, otherwise the value of default passed in. More...
 
modelgbp::gbpe::SecGrpClassifierCountersetTxbytes (uint64_t newValue)
 Set txbytes to the specified value in the currently-active mutator. More...
 
modelgbp::gbpe::SecGrpClassifierCounterunsetTxbytes ()
 Unset txbytes in the currently-active mutator. More...
 
bool isTxpacketsSet ()
 Check whether txpackets has been set. More...
 
boost::optional< uint64_t > getTxpackets ()
 Get the value of txpackets if it has been set. More...
 
uint64_t getTxpackets (uint64_t defaultValue)
 Get the value of txpackets if set, otherwise the value of default passed in. More...
 
modelgbp::gbpe::SecGrpClassifierCountersetTxpackets (uint64_t newValue)
 Set txpackets to the specified value in the currently-active mutator. More...
 
modelgbp::gbpe::SecGrpClassifierCounterunsetTxpackets ()
 Unset txpackets 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::SecGrpClassifierCountersetUuid (const std::string &newValue)
 Set uuid to the specified value in the currently-active mutator. More...
 
modelgbp::gbpe::SecGrpClassifierCounterunsetUuid ()
 Unset uuid in the currently-active mutator. More...
 
void remove ()
 Remove this instance using the currently-active mutator. More...
 
 SecGrpClassifierCounter (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
 Construct an instance of SecGrpClassifierCounter. More...
 

Static Public Member Functions

static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::SecGrpClassifierCounter > > resolve (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
 Retrieve an instance of SecGrpClassifierCounter from the managed object store. More...
 
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::SecGrpClassifierCounter > > resolve (const opflex::modb::URI &uri)
 Retrieve an instance of SecGrpClassifierCounter from the managed object store using the default framework instance. More...
 
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::SecGrpClassifierCounter > > resolve (opflex::ofcore::OFFramework &framework, const std::string &gbpeSecGrpClassifierCounterUuid, uint64_t gbpeSecGrpClassifierCounterGenId, const std::string &gbpeSecGrpClassifierCounterClassifier)
 Retrieve an instance of SecGrpClassifierCounter 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::SecGrpClassifierCounter > > resolve (const std::string &gbpeSecGrpClassifierCounterUuid, uint64_t gbpeSecGrpClassifierCounterGenId, const std::string &gbpeSecGrpClassifierCounterClassifier)
 Retrieve an instance of SecGrpClassifierCounter 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 SecGrpClassifierCounter object with the specified URI using the currently-active mutator. More...
 
static void remove (const opflex::modb::URI &uri)
 Remove the SecGrpClassifierCounter 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 &gbpeSecGrpClassifierCounterUuid, uint64_t gbpeSecGrpClassifierCounterGenId, const std::string &gbpeSecGrpClassifierCounterClassifier)
 Remove the SecGrpClassifierCounter object with the specified path elements from the managed object store. More...
 
static void remove (const std::string &gbpeSecGrpClassifierCounterUuid, uint64_t gbpeSecGrpClassifierCounterGenId, const std::string &gbpeSecGrpClassifierCounterClassifier)
 Remove the SecGrpClassifierCounter 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 = 49
 The unique class ID for SecGrpClassifierCounter.
 

Constructor & Destructor Documentation

◆ SecGrpClassifierCounter()

modelgbp::gbpe::SecGrpClassifierCounter::SecGrpClassifierCounter ( opflex::ofcore::OFFramework &  framework,
const opflex::modb::URI &  uri,
const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &  oi 
)
inline

Construct an instance of SecGrpClassifierCounter.

This should not typically be called from user code.

Member Function Documentation

◆ getClassifier() [1/2]

boost::optional<const std::string&> modelgbp::gbpe::SecGrpClassifierCounter::getClassifier ( )
inline

Get the value of classifier if it has been set.

Returns
the value of classifier or boost::none if not set

References isClassifierSet().

Referenced by getClassifier().

◆ getClassifier() [2/2]

const std::string& modelgbp::gbpe::SecGrpClassifierCounter::getClassifier ( const std::string &  defaultValue)
inline

Get the value of classifier if set, otherwise the value of default passed in.

Parameters
defaultValuedefault value returned if the property is not set
Returns
the value of classifier if set, otherwise the value of default passed in

References getClassifier().

◆ getGenId() [1/2]

boost::optional<uint64_t> modelgbp::gbpe::SecGrpClassifierCounter::getGenId ( )
inline

Get the value of genId if it has been set.

Returns
the value of genId or boost::none if not set

References isGenIdSet().

Referenced by getGenId().

◆ getGenId() [2/2]

uint64_t modelgbp::gbpe::SecGrpClassifierCounter::getGenId ( uint64_t  defaultValue)
inline

Get the value of genId if set, otherwise the value of default passed in.

Parameters
defaultValuedefault value returned if the property is not set
Returns
the value of genId if set, otherwise the value of default passed in

References getGenId().

◆ getRxbytes() [1/2]

boost::optional<uint64_t> modelgbp::gbpe::SecGrpClassifierCounter::getRxbytes ( )
inline

Get the value of rxbytes if it has been set.

Returns
the value of rxbytes or boost::none if not set

References isRxbytesSet().

Referenced by getRxbytes().

◆ getRxbytes() [2/2]

uint64_t modelgbp::gbpe::SecGrpClassifierCounter::getRxbytes ( uint64_t  defaultValue)
inline

Get the value of rxbytes if set, otherwise the value of default passed in.

Parameters
defaultValuedefault value returned if the property is not set
Returns
the value of rxbytes if set, otherwise the value of default passed in

References getRxbytes().

◆ getRxpackets() [1/2]

boost::optional<uint64_t> modelgbp::gbpe::SecGrpClassifierCounter::getRxpackets ( )
inline

Get the value of rxpackets if it has been set.

Returns
the value of rxpackets or boost::none if not set

References isRxpacketsSet().

Referenced by getRxpackets().

◆ getRxpackets() [2/2]

uint64_t modelgbp::gbpe::SecGrpClassifierCounter::getRxpackets ( uint64_t  defaultValue)
inline

Get the value of rxpackets if set, otherwise the value of default passed in.

Parameters
defaultValuedefault value returned if the property is not set
Returns
the value of rxpackets if set, otherwise the value of default passed in

References getRxpackets().

◆ getTxbytes() [1/2]

boost::optional<uint64_t> modelgbp::gbpe::SecGrpClassifierCounter::getTxbytes ( )
inline

Get the value of txbytes if it has been set.

Returns
the value of txbytes or boost::none if not set

References isTxbytesSet().

Referenced by getTxbytes().

◆ getTxbytes() [2/2]

uint64_t modelgbp::gbpe::SecGrpClassifierCounter::getTxbytes ( uint64_t  defaultValue)
inline

Get the value of txbytes if set, otherwise the value of default passed in.

Parameters
defaultValuedefault value returned if the property is not set
Returns
the value of txbytes if set, otherwise the value of default passed in

References getTxbytes().

◆ getTxpackets() [1/2]

boost::optional<uint64_t> modelgbp::gbpe::SecGrpClassifierCounter::getTxpackets ( )
inline

Get the value of txpackets if it has been set.

Returns
the value of txpackets or boost::none if not set

References isTxpacketsSet().

Referenced by getTxpackets().

◆ getTxpackets() [2/2]

uint64_t modelgbp::gbpe::SecGrpClassifierCounter::getTxpackets ( uint64_t  defaultValue)
inline

Get the value of txpackets if set, otherwise the value of default passed in.

Parameters
defaultValuedefault value returned if the property is not set
Returns
the value of txpackets if set, otherwise the value of default passed in

References getTxpackets().

◆ getUuid() [1/2]

boost::optional<const std::string&> modelgbp::gbpe::SecGrpClassifierCounter::getUuid ( )
inline

Get the value of uuid if it has been set.

Returns
the value of uuid or boost::none if not set

References isUuidSet().

Referenced by getUuid().

◆ getUuid() [2/2]

const std::string& modelgbp::gbpe::SecGrpClassifierCounter::getUuid ( const std::string &  defaultValue)
inline

Get the value of uuid if set, otherwise the value of default passed in.

Parameters
defaultValuedefault value returned if the property is not set
Returns
the value of uuid if set, otherwise the value of default passed in

References getUuid().

◆ isClassifierSet()

bool modelgbp::gbpe::SecGrpClassifierCounter::isClassifierSet ( )
inline

Check whether classifier has been set.

Returns
true if classifier has been set

Referenced by getClassifier().

◆ isGenIdSet()

bool modelgbp::gbpe::SecGrpClassifierCounter::isGenIdSet ( )
inline

Check whether genId has been set.

Returns
true if genId has been set

Referenced by getGenId().

◆ isRxbytesSet()

bool modelgbp::gbpe::SecGrpClassifierCounter::isRxbytesSet ( )
inline

Check whether rxbytes has been set.

Returns
true if rxbytes has been set

Referenced by getRxbytes().

◆ isRxpacketsSet()

bool modelgbp::gbpe::SecGrpClassifierCounter::isRxpacketsSet ( )
inline

Check whether rxpackets has been set.

Returns
true if rxpackets has been set

Referenced by getRxpackets().

◆ isTxbytesSet()

bool modelgbp::gbpe::SecGrpClassifierCounter::isTxbytesSet ( )
inline

Check whether txbytes has been set.

Returns
true if txbytes has been set

Referenced by getTxbytes().

◆ isTxpacketsSet()

bool modelgbp::gbpe::SecGrpClassifierCounter::isTxpacketsSet ( )
inline

Check whether txpackets has been set.

Returns
true if txpackets has been set

Referenced by getTxpackets().

◆ isUuidSet()

bool modelgbp::gbpe::SecGrpClassifierCounter::isUuidSet ( )
inline

Check whether uuid has been set.

Returns
true if uuid has been set

Referenced by getUuid().

◆ registerListener() [1/2]

static void modelgbp::gbpe::SecGrpClassifierCounter::registerListener ( opflex::ofcore::OFFramework &  framework,
opflex::modb::ObjectListener *  listener 
)
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.

Parameters
frameworkthe framework instance
listenerthe 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().

◆ registerListener() [2/2]

static void modelgbp::gbpe::SecGrpClassifierCounter::registerListener ( opflex::modb::ObjectListener *  listener)
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.

Parameters
listenerthe 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().

◆ remove() [1/5]

void modelgbp::gbpe::SecGrpClassifierCounter::remove ( )
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.

Exceptions
std::logic_errorif no mutator is active

References CLASS_ID.

◆ remove() [2/5]

static void modelgbp::gbpe::SecGrpClassifierCounter::remove ( opflex::ofcore::OFFramework &  framework,
const opflex::modb::URI &  uri 
)
inlinestatic

Remove the SecGrpClassifierCounter 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.

Parameters
frameworkthe framework instance to use
urithe URI of the object to remove
Exceptions
std::logic_errorif no mutator is active

References CLASS_ID.

◆ remove() [3/5]

static void modelgbp::gbpe::SecGrpClassifierCounter::remove ( const opflex::modb::URI &  uri)
inlinestatic

Remove the SecGrpClassifierCounter 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.

Parameters
urithe URI of the object to remove
Exceptions
std::logic_errorif no mutator is active

◆ remove() [4/5]

static void modelgbp::gbpe::SecGrpClassifierCounter::remove ( opflex::ofcore::OFFramework &  framework,
const std::string &  gbpeSecGrpClassifierCounterUuid,
uint64_t  gbpeSecGrpClassifierCounterGenId,
const std::string &  gbpeSecGrpClassifierCounterClassifier 
)
inlinestatic

Remove the SecGrpClassifierCounter 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/GbpeSecGrpClassifierCounter/[gbpeSecGrpClassifierCounterUuid]/[gbpeSecGrpClassifierCounterGenId]/[gbpeSecGrpClassifierCounterClassifier]

Parameters
frameworkthe framework instance to use
gbpeSecGrpClassifierCounterUuidthe value of gbpeSecGrpClassifierCounterUuid, a naming property for SecGrpClassifierCounter
gbpeSecGrpClassifierCounterGenIdthe value of gbpeSecGrpClassifierCounterGenId, a naming property for SecGrpClassifierCounter
gbpeSecGrpClassifierCounterClassifierthe value of gbpeSecGrpClassifierCounterClassifier, a naming property for SecGrpClassifierCounter
Exceptions
std::logic_errorif no mutator is active

References CLASS_ID.

◆ remove() [5/5]

static void modelgbp::gbpe::SecGrpClassifierCounter::remove ( const std::string &  gbpeSecGrpClassifierCounterUuid,
uint64_t  gbpeSecGrpClassifierCounterGenId,
const std::string &  gbpeSecGrpClassifierCounterClassifier 
)
inlinestatic

Remove the SecGrpClassifierCounter 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/GbpeSecGrpClassifierCounter/[gbpeSecGrpClassifierCounterUuid]/[gbpeSecGrpClassifierCounterGenId]/[gbpeSecGrpClassifierCounterClassifier]

Parameters
gbpeSecGrpClassifierCounterUuidthe value of gbpeSecGrpClassifierCounterUuid, a naming property for SecGrpClassifierCounter
gbpeSecGrpClassifierCounterGenIdthe value of gbpeSecGrpClassifierCounterGenId, a naming property for SecGrpClassifierCounter
gbpeSecGrpClassifierCounterClassifierthe value of gbpeSecGrpClassifierCounterClassifier, a naming property for SecGrpClassifierCounter
Exceptions
std::logic_errorif no mutator is active

◆ resolve() [1/4]

static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::SecGrpClassifierCounter> > modelgbp::gbpe::SecGrpClassifierCounter::resolve ( opflex::ofcore::OFFramework &  framework,
const opflex::modb::URI &  uri 
)
inlinestatic

Retrieve an instance of SecGrpClassifierCounter 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.

Parameters
frameworkthe framework instance to use
urithe URI of the object to retrieve
Returns
a shared pointer to the object or boost::none if it does not exist.

References CLASS_ID.

Referenced by resolve(), and modelgbp::observer::PolicyStatUniverse::resolveGbpeSecGrpClassifierCounter().

◆ resolve() [2/4]

static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::SecGrpClassifierCounter> > modelgbp::gbpe::SecGrpClassifierCounter::resolve ( const opflex::modb::URI &  uri)
inlinestatic

Retrieve an instance of SecGrpClassifierCounter 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.

Parameters
urithe URI of the object to retrieve
Returns
a shared pointer to the object or boost::none if it does not exist.

References CLASS_ID.

◆ resolve() [3/4]

static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::SecGrpClassifierCounter> > modelgbp::gbpe::SecGrpClassifierCounter::resolve ( opflex::ofcore::OFFramework &  framework,
const std::string &  gbpeSecGrpClassifierCounterUuid,
uint64_t  gbpeSecGrpClassifierCounterGenId,
const std::string &  gbpeSecGrpClassifierCounterClassifier 
)
inlinestatic

Retrieve an instance of SecGrpClassifierCounter 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/GbpeSecGrpClassifierCounter/[gbpeSecGrpClassifierCounterUuid]/[gbpeSecGrpClassifierCounterGenId]/[gbpeSecGrpClassifierCounterClassifier]

Parameters
frameworkthe framework instance to use
gbpeSecGrpClassifierCounterUuidthe value of gbpeSecGrpClassifierCounterUuid, a naming property for SecGrpClassifierCounter
gbpeSecGrpClassifierCounterGenIdthe value of gbpeSecGrpClassifierCounterGenId, a naming property for SecGrpClassifierCounter
gbpeSecGrpClassifierCounterClassifierthe value of gbpeSecGrpClassifierCounterClassifier, a naming property for SecGrpClassifierCounter
Returns
a shared pointer to the object or boost::none if it does not exist.

References resolve().

◆ resolve() [4/4]

static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::SecGrpClassifierCounter> > modelgbp::gbpe::SecGrpClassifierCounter::resolve ( const std::string &  gbpeSecGrpClassifierCounterUuid,
uint64_t  gbpeSecGrpClassifierCounterGenId,
const std::string &  gbpeSecGrpClassifierCounterClassifier 
)
inlinestatic

Retrieve an instance of SecGrpClassifierCounter 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/GbpeSecGrpClassifierCounter/[gbpeSecGrpClassifierCounterUuid]/[gbpeSecGrpClassifierCounterGenId]/[gbpeSecGrpClassifierCounterClassifier]

Parameters
gbpeSecGrpClassifierCounterUuidthe value of gbpeSecGrpClassifierCounterUuid, a naming property for SecGrpClassifierCounter
gbpeSecGrpClassifierCounterGenIdthe value of gbpeSecGrpClassifierCounterGenId, a naming property for SecGrpClassifierCounter
gbpeSecGrpClassifierCounterClassifierthe value of gbpeSecGrpClassifierCounterClassifier, a naming property for SecGrpClassifierCounter
Returns
a shared pointer to the object or boost::none if it does not exist.

References resolve().

◆ setClassifier()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::setClassifier ( const std::string &  newValue)
inline

Set classifier to the specified value in the currently-active mutator.

Parameters
newValuethe new value to set.
Returns
a reference to the current object
Exceptions
std::logic_errorif no mutator is active
See also
opflex::modb::Mutator

◆ setGenId()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::setGenId ( uint64_t  newValue)
inline

Set genId to the specified value in the currently-active mutator.

Parameters
newValuethe new value to set.
Returns
a reference to the current object
Exceptions
std::logic_errorif no mutator is active
See also
opflex::modb::Mutator

◆ setRxbytes()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::setRxbytes ( uint64_t  newValue)
inline

Set rxbytes to the specified value in the currently-active mutator.

Parameters
newValuethe new value to set.
Returns
a reference to the current object
Exceptions
std::logic_errorif no mutator is active
See also
opflex::modb::Mutator

◆ setRxpackets()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::setRxpackets ( uint64_t  newValue)
inline

Set rxpackets to the specified value in the currently-active mutator.

Parameters
newValuethe new value to set.
Returns
a reference to the current object
Exceptions
std::logic_errorif no mutator is active
See also
opflex::modb::Mutator

◆ setTxbytes()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::setTxbytes ( uint64_t  newValue)
inline

Set txbytes to the specified value in the currently-active mutator.

Parameters
newValuethe new value to set.
Returns
a reference to the current object
Exceptions
std::logic_errorif no mutator is active
See also
opflex::modb::Mutator

◆ setTxpackets()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::setTxpackets ( uint64_t  newValue)
inline

Set txpackets to the specified value in the currently-active mutator.

Parameters
newValuethe new value to set.
Returns
a reference to the current object
Exceptions
std::logic_errorif no mutator is active
See also
opflex::modb::Mutator

◆ setUuid()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::setUuid ( const std::string &  newValue)
inline

Set uuid to the specified value in the currently-active mutator.

Parameters
newValuethe new value to set.
Returns
a reference to the current object
Exceptions
std::logic_errorif no mutator is active
See also
opflex::modb::Mutator

◆ unregisterListener() [1/2]

static void modelgbp::gbpe::SecGrpClassifierCounter::unregisterListener ( opflex::ofcore::OFFramework &  framework,
opflex::modb::ObjectListener *  listener 
)
inlinestatic

Unregister a listener from updates to this class.

Parameters
frameworkthe framework instance
listenerThe listener to unregister.

References CLASS_ID.

Referenced by unregisterListener().

◆ unregisterListener() [2/2]

static void modelgbp::gbpe::SecGrpClassifierCounter::unregisterListener ( opflex::modb::ObjectListener *  listener)
inlinestatic

Unregister a listener from updates to this class from the default framework instance.

Parameters
listenerThe listener to unregister.

References unregisterListener().

◆ unsetClassifier()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::unsetClassifier ( )
inline

Unset classifier in the currently-active mutator.

Exceptions
std::logic_errorif no mutator is active
Returns
a reference to the current object
See also
opflex::modb::Mutator

◆ unsetGenId()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::unsetGenId ( )
inline

Unset genId in the currently-active mutator.

Exceptions
std::logic_errorif no mutator is active
Returns
a reference to the current object
See also
opflex::modb::Mutator

◆ unsetRxbytes()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::unsetRxbytes ( )
inline

Unset rxbytes in the currently-active mutator.

Exceptions
std::logic_errorif no mutator is active
Returns
a reference to the current object
See also
opflex::modb::Mutator

◆ unsetRxpackets()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::unsetRxpackets ( )
inline

Unset rxpackets in the currently-active mutator.

Exceptions
std::logic_errorif no mutator is active
Returns
a reference to the current object
See also
opflex::modb::Mutator

◆ unsetTxbytes()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::unsetTxbytes ( )
inline

Unset txbytes in the currently-active mutator.

Exceptions
std::logic_errorif no mutator is active
Returns
a reference to the current object
See also
opflex::modb::Mutator

◆ unsetTxpackets()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::unsetTxpackets ( )
inline

Unset txpackets in the currently-active mutator.

Exceptions
std::logic_errorif no mutator is active
Returns
a reference to the current object
See also
opflex::modb::Mutator

◆ unsetUuid()

modelgbp::gbpe::SecGrpClassifierCounter& modelgbp::gbpe::SecGrpClassifierCounter::unsetUuid ( )
inline

Unset uuid in the currently-active mutator.

Exceptions
std::logic_errorif no mutator is active
Returns
a reference to the current object
See also
opflex::modb::Mutator

The documentation for this class was generated from the following file: