public final class ApplicationVertex extends AbstractDomainVertex
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationVertex.ApplicationVertexBuilder |
AbstractDomainVertex.AbstractDomainVertexBuilder<T extends AbstractDomainElementBuilder>
delegate
Constructor and Description |
---|
ApplicationVertex(GenericVertex vertex) |
Modifier and Type | Method and Description |
---|---|
static ApplicationVertex.ApplicationVertexBuilder |
builder() |
static ApplicationVertex |
from(GenericVertex genericVertex) |
Integer |
getApplicationId() |
String |
getIpAddress() |
String |
getName() |
Integer |
getServiceTypeId() |
VertexRef |
getVertexRef() |
ApplicationVertexType |
getVertexType() |
asGenericVertex, equals, getId, getLabel, getNamespace, getNodeRef, hashCode, toString
public ApplicationVertex(GenericVertex vertex)
public String getName()
public ApplicationVertexType getVertexType()
public String getIpAddress()
public VertexRef getVertexRef()
getVertexRef
in interface Vertex
getVertexRef
in class AbstractDomainVertex
public Integer getServiceTypeId()
public Integer getApplicationId()
public static ApplicationVertex.ApplicationVertexBuilder builder()
public static ApplicationVertex from(GenericVertex genericVertex)
Copyright © 2021. All rights reserved.