Class EndpointStatus
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.application.v4.model.EndpointStatus
-
public class EndpointStatus extends Object
Represent the routing status for all endpoints of a deployment.- Author:
- smorgrav
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEndpointStatus.Status
-
Constructor Summary
Constructors Constructor Description EndpointStatus(EndpointStatus.Status status, String agent, Instant changedAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringagent()Returns the agent responsible setting this statusInstantchangedAt()Returns when this was last changedEndpointStatus.Statusstatus()Returns the current status
-
-
-
Constructor Detail
-
EndpointStatus
public EndpointStatus(EndpointStatus.Status status, String agent, Instant changedAt)
-
-
Method Detail
-
agent
public String agent()
Returns the agent responsible setting this status
-
status
public EndpointStatus.Status status()
Returns the current status
-
changedAt
public Instant changedAt()
Returns when this was last changed
-
-