public final class AttackDetails extends GeneratedMessage implements AttackDetailsOrBuilderMITRE ATT&CK details.
Protobuf type google.backstory.AttackDetails
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > AttackDetailsImplements
AttackDetailsOrBuilderStatic Fields
TACTICS_FIELD_NUMBER
public static final int TACTICS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
TECHNIQUES_FIELD_NUMBER
public static final int TECHNIQUES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static AttackDetails getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static AttackDetails.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
AttackDetails.Builder |
|
newBuilder(AttackDetails prototype)
public static AttackDetails.Builder newBuilder(AttackDetails prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
AttackDetails |
| Returns | |
|---|---|
| Type | Description |
AttackDetails.Builder |
|
parseDelimitedFrom(InputStream input)
public static AttackDetails parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AttackDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static AttackDetails parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AttackDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static AttackDetails parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AttackDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static AttackDetails parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AttackDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static AttackDetails parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AttackDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static AttackDetails parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AttackDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<AttackDetails> parser()| Returns | |
|---|---|
| Type | Description |
Parser<AttackDetails> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public AttackDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AttackDetails |
|
getParserForType()
public Parser<AttackDetails> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<AttackDetails> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTactics(int index)
public AttackDetails.Tactic getTactics(int index)Tactics employed.
repeated .google.backstory.AttackDetails.Tactic tactics = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttackDetails.Tactic |
|
getTacticsCount()
public int getTacticsCount()Tactics employed.
repeated .google.backstory.AttackDetails.Tactic tactics = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTacticsList()
public List<AttackDetails.Tactic> getTacticsList()Tactics employed.
repeated .google.backstory.AttackDetails.Tactic tactics = 2;
| Returns | |
|---|---|
| Type | Description |
List<Tactic> |
|
getTacticsOrBuilder(int index)
public AttackDetails.TacticOrBuilder getTacticsOrBuilder(int index)Tactics employed.
repeated .google.backstory.AttackDetails.Tactic tactics = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttackDetails.TacticOrBuilder |
|
getTacticsOrBuilderList()
public List<? extends AttackDetails.TacticOrBuilder> getTacticsOrBuilderList()Tactics employed.
repeated .google.backstory.AttackDetails.Tactic tactics = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.AttackDetails.TacticOrBuilder> |
|
getTechniques(int index)
public AttackDetails.Technique getTechniques(int index)Techniques employed.
repeated .google.backstory.AttackDetails.Technique techniques = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttackDetails.Technique |
|
getTechniquesCount()
public int getTechniquesCount()Techniques employed.
repeated .google.backstory.AttackDetails.Technique techniques = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTechniquesList()
public List<AttackDetails.Technique> getTechniquesList()Techniques employed.
repeated .google.backstory.AttackDetails.Technique techniques = 3;
| Returns | |
|---|---|
| Type | Description |
List<Technique> |
|
getTechniquesOrBuilder(int index)
public AttackDetails.TechniqueOrBuilder getTechniquesOrBuilder(int index)Techniques employed.
repeated .google.backstory.AttackDetails.Technique techniques = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttackDetails.TechniqueOrBuilder |
|
getTechniquesOrBuilderList()
public List<? extends AttackDetails.TechniqueOrBuilder> getTechniquesOrBuilderList()Techniques employed.
repeated .google.backstory.AttackDetails.Technique techniques = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.AttackDetails.TechniqueOrBuilder> |
|
getVersion()
public String getVersion()ATT&CK version (e.g. 12.1).
string version = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()ATT&CK version (e.g. 12.1).
string version = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public AttackDetails.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
AttackDetails.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected AttackDetails.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
AttackDetails.Builder |
|
toBuilder()
public AttackDetails.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
AttackDetails.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|