Class ApplicationVertex
- java.lang.Object
-
- org.opennms.netmgt.graph.domain.AbstractDomainVertex
-
- org.opennms.netmgt.graph.provider.application.ApplicationVertex
-
- All Implemented Interfaces:
NodeRefAware
,Vertex
public final class ApplicationVertex extends AbstractDomainVertex
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApplicationVertex.ApplicationVertexBuilder
-
Nested classes/interfaces inherited from class org.opennms.netmgt.graph.domain.AbstractDomainVertex
AbstractDomainVertex.AbstractDomainVertexBuilder<T extends AbstractDomainElementBuilder>
-
-
Field Summary
-
Fields inherited from class org.opennms.netmgt.graph.domain.AbstractDomainVertex
delegate
-
-
Constructor Summary
Constructors Constructor Description ApplicationVertex(GenericVertex vertex)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationVertex.ApplicationVertexBuilder
builder()
static ApplicationVertex
from(GenericVertex genericVertex)
Integer
getApplicationId()
String
getIpAddress()
String
getName()
Integer
getServiceTypeId()
VertexRef
getVertexRef()
ApplicationVertexType
getVertexType()
-
Methods inherited from class org.opennms.netmgt.graph.domain.AbstractDomainVertex
asGenericVertex, equals, getId, getLabel, getNamespace, getNodeRef, hashCode, toString
-
-
-
-
Constructor Detail
-
ApplicationVertex
public ApplicationVertex(GenericVertex vertex)
-
-
Method Detail
-
getName
public String getName()
-
getVertexType
public ApplicationVertexType getVertexType()
-
getIpAddress
public String getIpAddress()
-
getVertexRef
public VertexRef getVertexRef()
- Specified by:
getVertexRef
in interfaceVertex
- Overrides:
getVertexRef
in classAbstractDomainVertex
-
getServiceTypeId
public Integer getServiceTypeId()
-
getApplicationId
public Integer getApplicationId()
-
builder
public static ApplicationVertex.ApplicationVertexBuilder builder()
-
from
public static ApplicationVertex from(GenericVertex genericVertex)
-
-