-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,io.sentry.android.core.internal.tombstone.TombstoneProtos.SignalOrBuilder,java.lang.Cloneable
public final class TombstoneProtos.Signal.Builder extends GeneratedMessageLite.Builder<TombstoneProtos.Signal, TombstoneProtos.Signal.Builder> implements TombstoneProtos.SignalOrBuilder
Protobuf type
{@code Signal}
-
-
Method Summary
Modifier and Type Method Description intgetNumber()int32 number = 1;TombstoneProtos.Signal.BuildersetNumber(int value)int32 number = 1;TombstoneProtos.Signal.BuilderclearNumber()int32 number = 1;StringgetName()string name = 2;ByteStringgetNameBytes()string name = 2;TombstoneProtos.Signal.BuildersetName(String value)string name = 2;TombstoneProtos.Signal.BuilderclearName()string name = 2;TombstoneProtos.Signal.BuildersetNameBytes(ByteString value)string name = 2;intgetCode()int32 code = 3;TombstoneProtos.Signal.BuildersetCode(int value)int32 code = 3;TombstoneProtos.Signal.BuilderclearCode()int32 code = 3;StringgetCodeName()string code_name = 4;ByteStringgetCodeNameBytes()string code_name = 4;TombstoneProtos.Signal.BuildersetCodeName(String value)string code_name = 4;TombstoneProtos.Signal.BuilderclearCodeName()string code_name = 4;TombstoneProtos.Signal.BuildersetCodeNameBytes(ByteString value)string code_name = 4;booleangetHasSender()bool has_sender = 5;TombstoneProtos.Signal.BuildersetHasSender(boolean value)bool has_sender = 5;TombstoneProtos.Signal.BuilderclearHasSender()bool has_sender = 5;intgetSenderUid()int32 sender_uid = 6;TombstoneProtos.Signal.BuildersetSenderUid(int value)int32 sender_uid = 6;TombstoneProtos.Signal.BuilderclearSenderUid()int32 sender_uid = 6;intgetSenderPid()int32 sender_pid = 7;TombstoneProtos.Signal.BuildersetSenderPid(int value)int32 sender_pid = 7;TombstoneProtos.Signal.BuilderclearSenderPid()int32 sender_pid = 7;booleangetHasFaultAddress()bool has_fault_address = 8;TombstoneProtos.Signal.BuildersetHasFaultAddress(boolean value)bool has_fault_address = 8;TombstoneProtos.Signal.BuilderclearHasFaultAddress()bool has_fault_address = 8;longgetFaultAddress()uint64 fault_address = 9;TombstoneProtos.Signal.BuildersetFaultAddress(long value)uint64 fault_address = 9;TombstoneProtos.Signal.BuilderclearFaultAddress()uint64 fault_address = 9;booleanhasFaultAdjacentMetadata()Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;TombstoneProtos.MemoryDumpgetFaultAdjacentMetadata()Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;TombstoneProtos.Signal.BuildersetFaultAdjacentMetadata(TombstoneProtos.MemoryDump value)Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;TombstoneProtos.Signal.BuildersetFaultAdjacentMetadata(TombstoneProtos.MemoryDump.Builder builderForValue)Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;TombstoneProtos.Signal.BuildermergeFaultAdjacentMetadata(TombstoneProtos.MemoryDump value)Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;TombstoneProtos.Signal.BuilderclearFaultAdjacentMetadata()Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getNumber
int getNumber()
int32 number = 1;
-
setNumber
TombstoneProtos.Signal.Builder setNumber(int value)
int32 number = 1;- Parameters:
value- The number to set.
-
clearNumber
TombstoneProtos.Signal.Builder clearNumber()
int32 number = 1;
-
getNameBytes
ByteString getNameBytes()
string name = 2;
-
setName
TombstoneProtos.Signal.Builder setName(String value)
string name = 2;- Parameters:
value- The name to set.
-
clearName
TombstoneProtos.Signal.Builder clearName()
string name = 2;
-
setNameBytes
TombstoneProtos.Signal.Builder setNameBytes(ByteString value)
string name = 2;- Parameters:
value- The bytes for name to set.
-
getCode
int getCode()
int32 code = 3;
-
setCode
TombstoneProtos.Signal.Builder setCode(int value)
int32 code = 3;- Parameters:
value- The code to set.
-
clearCode
TombstoneProtos.Signal.Builder clearCode()
int32 code = 3;
-
getCodeName
String getCodeName()
string code_name = 4;
-
getCodeNameBytes
ByteString getCodeNameBytes()
string code_name = 4;
-
setCodeName
TombstoneProtos.Signal.Builder setCodeName(String value)
string code_name = 4;- Parameters:
value- The codeName to set.
-
clearCodeName
TombstoneProtos.Signal.Builder clearCodeName()
string code_name = 4;
-
setCodeNameBytes
TombstoneProtos.Signal.Builder setCodeNameBytes(ByteString value)
string code_name = 4;- Parameters:
value- The bytes for codeName to set.
-
getHasSender
boolean getHasSender()
bool has_sender = 5;
-
setHasSender
TombstoneProtos.Signal.Builder setHasSender(boolean value)
bool has_sender = 5;- Parameters:
value- The hasSender to set.
-
clearHasSender
TombstoneProtos.Signal.Builder clearHasSender()
bool has_sender = 5;
-
getSenderUid
int getSenderUid()
int32 sender_uid = 6;
-
setSenderUid
TombstoneProtos.Signal.Builder setSenderUid(int value)
int32 sender_uid = 6;- Parameters:
value- The senderUid to set.
-
clearSenderUid
TombstoneProtos.Signal.Builder clearSenderUid()
int32 sender_uid = 6;
-
getSenderPid
int getSenderPid()
int32 sender_pid = 7;
-
setSenderPid
TombstoneProtos.Signal.Builder setSenderPid(int value)
int32 sender_pid = 7;- Parameters:
value- The senderPid to set.
-
clearSenderPid
TombstoneProtos.Signal.Builder clearSenderPid()
int32 sender_pid = 7;
-
getHasFaultAddress
boolean getHasFaultAddress()
bool has_fault_address = 8;
-
setHasFaultAddress
TombstoneProtos.Signal.Builder setHasFaultAddress(boolean value)
bool has_fault_address = 8;- Parameters:
value- The hasFaultAddress to set.
-
clearHasFaultAddress
TombstoneProtos.Signal.Builder clearHasFaultAddress()
bool has_fault_address = 8;
-
getFaultAddress
long getFaultAddress()
uint64 fault_address = 9;
-
setFaultAddress
TombstoneProtos.Signal.Builder setFaultAddress(long value)
uint64 fault_address = 9;- Parameters:
value- The faultAddress to set.
-
clearFaultAddress
TombstoneProtos.Signal.Builder clearFaultAddress()
uint64 fault_address = 9;
-
hasFaultAdjacentMetadata
boolean hasFaultAdjacentMetadata()
Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;
-
getFaultAdjacentMetadata
TombstoneProtos.MemoryDump getFaultAdjacentMetadata()
Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;
-
setFaultAdjacentMetadata
TombstoneProtos.Signal.Builder setFaultAdjacentMetadata(TombstoneProtos.MemoryDump value)
Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;
-
setFaultAdjacentMetadata
TombstoneProtos.Signal.Builder setFaultAdjacentMetadata(TombstoneProtos.MemoryDump.Builder builderForValue)
Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;
-
mergeFaultAdjacentMetadata
TombstoneProtos.Signal.Builder mergeFaultAdjacentMetadata(TombstoneProtos.MemoryDump value)
Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;
-
clearFaultAdjacentMetadata
TombstoneProtos.Signal.Builder clearFaultAdjacentMetadata()
Note, may or may not contain the dump of the actual memory contents. Currently, on arm64, we only include metadata, and not the contents..MemoryDump fault_adjacent_metadata = 10;
-
-
-
-