Class NodeEntity
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.entity.NodeEntity
-
public class NodeEntity extends java.lang.ObjectInformation about a node from aEntityService.- 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.Stringhostname()java.util.Optional<java.lang.String>manufacturer()The manufacturer of this nodejava.util.Optional<java.lang.String>model()The model name of this node
-