public final class Dscp extends Object
| Constructor and Description |
|---|
Dscp(short uint8)
Creates an instance of uint8.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Dscp |
fromString(String valInString)
Returns the object of dscp fromString input String dscp.
|
int |
hashCode() |
static Dscp |
of(short value)
Returns the object of dscp for type uint8.
|
String |
toString() |
short |
uint8()
Returns the attribute uint8.
|
void |
uint8(short uint8)
Sets the attribute uint8.
|
public Dscp(short uint8)
uint8 - value of uint8public static Dscp of(short value)
value - value of dscp for type uint8public short uint8()
public void uint8(short uint8)
uint8 - value of uint8Copyright © 2017. All rights reserved.