public class Counter32 extends Object implements Serializable
Constructor and Description |
---|
Counter32(Counter32 source)
Creates a copy from Source Object.
|
Counter32(Long _value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Counter32 |
getDefaultInstance(String defaultValue) |
Long |
getValue() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="value") public Counter32(Long _value)
public Counter32(Counter32 source)
source
- Source objectpublic Long getValue()
Copyright © 2019 OpenDaylight. All rights reserved.