public class SubgraphVertexResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
SubgraphVertexResponse.Type
The type of vertex.
|
Constructor and Description |
---|
SubgraphVertexResponse() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAttributes()
Gets the attributes.
|
String |
getDisplayName()
Gets the displayName.
|
String |
getId()
Gets the id.
|
String |
getType()
Gets the type.
|
String |
getTypeName()
Gets the typeName.
|
Boolean |
isIsGlobal()
Gets the isGlobal.
|
public String getId()
public String getType()
public String getTypeName()
public String getDisplayName()
public Boolean isIsGlobal()
Copyright © 2021 IBM Cloud. All rights reserved.