Class NodeEntity


  • public class NodeEntity
    extends java.lang.Object
    Information about a node from a EntityService.
    Author:
    mpolden
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeEntity​(java.lang.String hostname, java.lang.String model, java.lang.String manufacturer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String hostname()  
      java.util.Optional<java.lang.String> manufacturer()
      The manufacturer of this node
      java.util.Optional<java.lang.String> model()
      The model name of this node
      • Methods inherited from class java.lang.Object

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

      • NodeEntity

        public NodeEntity​(java.lang.String hostname,
                          java.lang.String model,
                          java.lang.String manufacturer)
    • Method Detail

      • hostname

        public java.lang.String hostname()
      • model

        public java.util.Optional<java.lang.String> model()
        The model name of this node
      • manufacturer

        public java.util.Optional<java.lang.String> manufacturer()
        The manufacturer of this node