public class SubgraphEdge
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
SubgraphEdge.Type
The type of edge.
|
Constructor and Description |
---|
SubgraphEdge() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Gets the displayName.
|
String |
getId()
Gets the id.
|
String |
getSourceId()
Gets the sourceId.
|
String |
getTargetId()
Gets the targetId.
|
String |
getType()
Gets the type.
|
String |
getTypeName()
Gets the typeName.
|
public String getId()
public String getType()
public String getTypeName()
public String getDisplayName()
public String getSourceId()
public String getTargetId()
Copyright © 2021 IBM Cloud. All rights reserved.