public static interface AttackDetails.TechniqueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getId()
public abstract String getId()Technique ID (e.g. "T1595").
string id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()Technique ID (e.g. "T1595").
string id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getName()
public abstract String getName()Technique Name (e.g. "Active Scanning").
string name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Technique Name (e.g. "Active Scanning").
string name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSubtechniqueId()
public abstract String getSubtechniqueId()Subtechnique ID (e.g. "T1595.001").
string subtechnique_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The subtechniqueId. |
getSubtechniqueIdBytes()
public abstract ByteString getSubtechniqueIdBytes()Subtechnique ID (e.g. "T1595.001").
string subtechnique_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subtechniqueId. |
getSubtechniqueName()
public abstract String getSubtechniqueName()Subtechnique Name (e.g. "Scanning IP Blocks").
string subtechnique_name = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The subtechniqueName. |
getSubtechniqueNameBytes()
public abstract ByteString getSubtechniqueNameBytes()Subtechnique Name (e.g. "Scanning IP Blocks").
string subtechnique_name = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subtechniqueName. |