public static interface AttackDetails.TacticOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getId()
public abstract String getId()Tactic ID (e.g. "TA0043").
string id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()Tactic ID (e.g. "TA0043").
string id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getName()
public abstract String getName()Tactic Name (e.g. "Reconnaissance")
string name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Tactic Name (e.g. "Reconnaissance")
string name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |