Package org.openqa.selenium.grid.data
Class NodeStatus.Active
- java.lang.Object
-
- org.openqa.selenium.grid.data.NodeStatus.Active
-
- Enclosing class:
- NodeStatus
public static class NodeStatus.Active extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Active(org.openqa.selenium.Capabilities stereotype, org.openqa.selenium.remote.SessionId id, org.openqa.selenium.Capabilities currentCapabilities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)org.openqa.selenium.CapabilitiesgetCurrentCapabilities()org.openqa.selenium.remote.SessionIdgetSessionId()org.openqa.selenium.CapabilitiesgetStereotype()inthashCode()
-
-
-
Method Detail
-
getStereotype
public org.openqa.selenium.Capabilities getStereotype()
-
getSessionId
public org.openqa.selenium.remote.SessionId getSessionId()
-
getCurrentCapabilities
public org.openqa.selenium.Capabilities getCurrentCapabilities()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-