public static interface AttackPath.AttackPathEdgeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDestination()
public abstract String getDestination()
The attack node uuid of the destination node.
string destination = 2;
Returns | |
---|---|
Type | Description |
String |
The destination. |
getDestinationBytes()
public abstract ByteString getDestinationBytes()
The attack node uuid of the destination node.
string destination = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for destination. |
getSource()
public abstract String getSource()
The attack node uuid of the source node.
string source = 1;
Returns | |
---|---|
Type | Description |
String |
The source. |
getSourceBytes()
public abstract ByteString getSourceBytes()
The attack node uuid of the source node.
string source = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for source. |