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