| Package | Description |
|---|---|
| org.onosproject.yang.gen.v1.yrtietfinterfaces.rev20140508.yrtietfinterfaces.interfacesstate.yangautoprefixinterface |
Implementation of YANG node yangAutoPrefixInterface's children nodes.
|
| org.onosproject.yang.gen.v1.yrtietfyangtypes.rev20130715.yrtietfyangtypes |
Implementation of YANG node yrtIetfYangTypes's children nodes.
|
| Modifier and Type | Field and Description |
|---|---|
protected Counter32 |
DefaultStatistics.inDiscards |
protected Counter32 |
DefaultStatistics.inErrors |
protected Counter32 |
DefaultStatistics.inUnknownProtos |
protected Counter32 |
DefaultStatistics.outDiscards |
protected Counter32 |
DefaultStatistics.outErrors |
| Modifier and Type | Method and Description |
|---|---|
Counter32 |
Statistics.inDiscards()
Returns the attribute inDiscards.
|
Counter32 |
DefaultStatistics.inDiscards() |
Counter32 |
Statistics.inErrors()
Returns the attribute inErrors.
|
Counter32 |
DefaultStatistics.inErrors() |
Counter32 |
Statistics.inUnknownProtos()
Returns the attribute inUnknownProtos.
|
Counter32 |
DefaultStatistics.inUnknownProtos() |
Counter32 |
Statistics.outDiscards()
Returns the attribute outDiscards.
|
Counter32 |
DefaultStatistics.outDiscards() |
Counter32 |
Statistics.outErrors()
Returns the attribute outErrors.
|
Counter32 |
DefaultStatistics.outErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
Statistics.inDiscards(Counter32 inDiscards)
Sets the attribute inDiscards.
|
void |
DefaultStatistics.inDiscards(Counter32 inDiscards) |
void |
Statistics.inErrors(Counter32 inErrors)
Sets the attribute inErrors.
|
void |
DefaultStatistics.inErrors(Counter32 inErrors) |
void |
Statistics.inUnknownProtos(Counter32 inUnknownProtos)
Sets the attribute inUnknownProtos.
|
void |
DefaultStatistics.inUnknownProtos(Counter32 inUnknownProtos) |
void |
Statistics.outDiscards(Counter32 outDiscards)
Sets the attribute outDiscards.
|
void |
DefaultStatistics.outDiscards(Counter32 outDiscards) |
void |
Statistics.outErrors(Counter32 outErrors)
Sets the attribute outErrors.
|
void |
DefaultStatistics.outErrors(Counter32 outErrors) |
| Modifier and Type | Method and Description |
|---|---|
Counter32 |
ZeroBasedCounter32.counter32()
Returns the attribute counter32.
|
static Counter32 |
Counter32.fromString(String valInString)
Returns the object of counter32 fromString input String counter32.
|
static Counter32 |
Counter32.of(long value)
Returns the object of counter32 for type uint32.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZeroBasedCounter32.counter32(Counter32 counter32)
Sets the attribute counter32.
|
static ZeroBasedCounter32 |
ZeroBasedCounter32.of(Counter32 value)
Returns the object of zeroBasedCounter32 for type counter32.
|
| Constructor and Description |
|---|
ZeroBasedCounter32(Counter32 counter32)
Creates an instance of counter32.
|
Copyright © 2018. All rights reserved.