Class NodeHistory
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.noderepository.NodeHistory
-
public class NodeHistory extends java.lang.ObjectWire class for node-repository representation of the history of a node- Author:
- smorgrav
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeHistory.Agent
-
Field Summary
Fields Modifier and Type Field Description NodeHistory.Agentagentjava.lang.Longatjava.lang.Stringevent
-
Constructor Summary
Constructors Constructor Description NodeHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeHistory.AgentgetAgent()java.lang.LonggetAt()java.lang.StringgetEvent()
-
-
-
Field Detail
-
at
public java.lang.Long at
-
agent
public NodeHistory.Agent agent
-
event
public java.lang.String event
-
-
Method Detail
-
getAt
public java.lang.Long getAt()
-
getAgent
public NodeHistory.Agent getAgent()
-
getEvent
public java.lang.String getEvent()
-
-