Class IpServiceImpl

  • All Implemented Interfaces:
    IpService

    public class IpServiceImpl
    extends java.lang.Object
    implements IpService
    • Method Detail

      • getId

        public int getId()
        Specified by:
        getId in interface IpService
      • getNodeLabel

        public java.lang.String getNodeLabel()
        Specified by:
        getNodeLabel in interface IpService
      • getNodeId

        public java.lang.Integer getNodeId()
        Specified by:
        getNodeId in interface IpService
      • getIpAddress

        public java.lang.String getIpAddress()
        Specified by:
        getIpAddress in interface IpService
      • getReductionKeys

        public java.util.Set<java.lang.String> getReductionKeys()
        Specified by:
        getReductionKeys in interface IpService
      • equals

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

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

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