Class NetworkAddress


  • public class NetworkAddress
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NetworkAddress()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAddress()  
      int getPort()  
      java.lang.String getType()  
      boolean isValid()
      This method check if the object is fill from the json or the propriety inside the json was empty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NetworkAddress

        public NetworkAddress()
    • Method Detail

      • getType

        public java.lang.String getType()
      • getAddress

        public java.lang.String getAddress()
      • getPort

        public int getPort()
      • isValid

        public boolean isValid()
        This method check if the object is fill from the json or the propriety inside the json was empty
        Returns:
        return true if the the object is good formed