Class Ieeefloat32
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev190416.Ieeefloat32
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ScalarTypeObject<byte[]>,org.opendaylight.yangtools.yang.binding.TypeObject,org.opendaylight.yangtools.yang.binding.ValueAware<byte[]>
@Generated("mdsal-binding-generator")
public class Ieeefloat32
extends Object
implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<byte[]>, Serializable
This class represents the following YANG schema fragment defined in module openconfig-types
typedef ieeefloat32 {
type binary {
length 4;
}
}
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIeeefloat32(byte[] _value) Ieeefloat32(Ieeefloat32 source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanstatic Ieeefloat32getDefaultInstance(String defaultValue) byte[]getValue()inthashCode()toString()
-
Constructor Details
-
Ieeefloat32
-
Ieeefloat32
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getDefaultInstance
-
getValue
public byte[] getValue()- Specified by:
getValuein interfaceorg.opendaylight.yangtools.yang.binding.ValueAware<byte[]>
-
hashCode
public int hashCode() -
equals
-
toString
-