Class GeoCoordinates.Longitude

  • All Implemented Interfaces:
    java.io.Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject
    Enclosing interface:
    GeoCoordinates

    public static final class GeoCoordinates.Longitude
    extends java.lang.Object
    implements org.opendaylight.yangtools.yang.binding.TypeObject, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • Longitude

        public Longitude​(java.lang.Boolean _e)
      • Longitude

        public Longitude​(GeoCoordinates.Longitude source)
        Creates a copy from Source Object.
        Parameters:
        source - Source object
    • Method Detail

      • getE

        public java.lang.Boolean getE()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object