Package com.android.server.os
Class LinphoneTombstoneProtos.BacktraceFrame.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<LinphoneTombstoneProtos.BacktraceFrame,LinphoneTombstoneProtos.BacktraceFrame.Builder>
com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
- All Implemented Interfaces:
LinphoneTombstoneProtos.BacktraceFrameOrBuilder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
- Enclosing class:
- LinphoneTombstoneProtos.BacktraceFrame
public static final class LinphoneTombstoneProtos.BacktraceFrame.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<LinphoneTombstoneProtos.BacktraceFrame,LinphoneTombstoneProtos.BacktraceFrame.Builder>
implements LinphoneTombstoneProtos.BacktraceFrameOrBuilder
Protobuf type
BacktraceFrame
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring build_id = 8;
uint64 file_map_offset = 7;
string file_name = 6;
string function_name = 4;
uint64 function_offset = 5;
clearPc()
uint64 pc = 2;
uint64 rel_pc = 1;
clearSp()
uint64 sp = 3;
string build_id = 8;
com.google.protobuf.ByteString
string build_id = 8;
long
uint64 file_map_offset = 7;
string file_name = 6;
com.google.protobuf.ByteString
string file_name = 6;
string function_name = 4;
com.google.protobuf.ByteString
string function_name = 4;
long
uint64 function_offset = 5;
long
getPc()
uint64 pc = 2;
long
getRelPc()
uint64 rel_pc = 1;
long
getSp()
uint64 sp = 3;
setBuildId
(String value) string build_id = 8;
setBuildIdBytes
(com.google.protobuf.ByteString value) string build_id = 8;
setFileMapOffset
(long value) uint64 file_map_offset = 7;
setFileName
(String value) string file_name = 6;
setFileNameBytes
(com.google.protobuf.ByteString value) string file_name = 6;
setFunctionName
(String value) string function_name = 4;
setFunctionNameBytes
(com.google.protobuf.ByteString value) string function_name = 4;
setFunctionOffset
(long value) uint64 function_offset = 5;
setPc
(long value) uint64 pc = 2;
setRelPc
(long value) uint64 rel_pc = 1;
setSp
(long value) uint64 sp = 3;
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getRelPc
public long getRelPc()uint64 rel_pc = 1;
- Specified by:
getRelPc
in interfaceLinphoneTombstoneProtos.BacktraceFrameOrBuilder
- Returns:
- The relPc.
-
setRelPc
uint64 rel_pc = 1;
- Parameters:
value
- The relPc to set.- Returns:
- This builder for chaining.
-
clearRelPc
uint64 rel_pc = 1;
- Returns:
- This builder for chaining.
-
getPc
public long getPc()uint64 pc = 2;
- Specified by:
getPc
in interfaceLinphoneTombstoneProtos.BacktraceFrameOrBuilder
- Returns:
- The pc.
-
setPc
uint64 pc = 2;
- Parameters:
value
- The pc to set.- Returns:
- This builder for chaining.
-
clearPc
uint64 pc = 2;
- Returns:
- This builder for chaining.
-
getSp
public long getSp()uint64 sp = 3;
- Specified by:
getSp
in interfaceLinphoneTombstoneProtos.BacktraceFrameOrBuilder
- Returns:
- The sp.
-
setSp
uint64 sp = 3;
- Parameters:
value
- The sp to set.- Returns:
- This builder for chaining.
-
clearSp
uint64 sp = 3;
- Returns:
- This builder for chaining.
-
getFunctionName
string function_name = 4;
- Specified by:
getFunctionName
in interfaceLinphoneTombstoneProtos.BacktraceFrameOrBuilder
- Returns:
- The functionName.
-
getFunctionNameBytes
public com.google.protobuf.ByteString getFunctionNameBytes()string function_name = 4;
- Specified by:
getFunctionNameBytes
in interfaceLinphoneTombstoneProtos.BacktraceFrameOrBuilder
- Returns:
- The bytes for functionName.
-
setFunctionName
string function_name = 4;
- Parameters:
value
- The functionName to set.- Returns:
- This builder for chaining.
-
clearFunctionName
string function_name = 4;
- Returns:
- This builder for chaining.
-
setFunctionNameBytes
public LinphoneTombstoneProtos.BacktraceFrame.Builder setFunctionNameBytes(com.google.protobuf.ByteString value) string function_name = 4;
- Parameters:
value
- The bytes for functionName to set.- Returns:
- This builder for chaining.
-
getFunctionOffset
public long getFunctionOffset()uint64 function_offset = 5;
- Specified by:
getFunctionOffset
in interfaceLinphoneTombstoneProtos.BacktraceFrameOrBuilder
- Returns:
- The functionOffset.
-
setFunctionOffset
uint64 function_offset = 5;
- Parameters:
value
- The functionOffset to set.- Returns:
- This builder for chaining.
-
clearFunctionOffset
uint64 function_offset = 5;
- Returns:
- This builder for chaining.
-
getFileName
string file_name = 6;
- Specified by:
getFileName
in interfaceLinphoneTombstoneProtos.BacktraceFrameOrBuilder
- Returns:
- The fileName.
-
getFileNameBytes
public com.google.protobuf.ByteString getFileNameBytes()string file_name = 6;
- Specified by:
getFileNameBytes
in interfaceLinphoneTombstoneProtos.BacktraceFrameOrBuilder
- Returns:
- The bytes for fileName.
-
setFileName
string file_name = 6;
- Parameters:
value
- The fileName to set.- Returns:
- This builder for chaining.
-
clearFileName
string file_name = 6;
- Returns:
- This builder for chaining.
-
setFileNameBytes
public LinphoneTombstoneProtos.BacktraceFrame.Builder setFileNameBytes(com.google.protobuf.ByteString value) string file_name = 6;
- Parameters:
value
- The bytes for fileName to set.- Returns:
- This builder for chaining.
-
getFileMapOffset
public long getFileMapOffset()uint64 file_map_offset = 7;
- Specified by:
getFileMapOffset
in interfaceLinphoneTombstoneProtos.BacktraceFrameOrBuilder
- Returns:
- The fileMapOffset.
-
setFileMapOffset
uint64 file_map_offset = 7;
- Parameters:
value
- The fileMapOffset to set.- Returns:
- This builder for chaining.
-
clearFileMapOffset
uint64 file_map_offset = 7;
- Returns:
- This builder for chaining.
-
getBuildId
string build_id = 8;
- Specified by:
getBuildId
in interfaceLinphoneTombstoneProtos.BacktraceFrameOrBuilder
- Returns:
- The buildId.
-
getBuildIdBytes
public com.google.protobuf.ByteString getBuildIdBytes()string build_id = 8;
- Specified by:
getBuildIdBytes
in interfaceLinphoneTombstoneProtos.BacktraceFrameOrBuilder
- Returns:
- The bytes for buildId.
-
setBuildId
string build_id = 8;
- Parameters:
value
- The buildId to set.- Returns:
- This builder for chaining.
-
clearBuildId
string build_id = 8;
- Returns:
- This builder for chaining.
-
setBuildIdBytes
public LinphoneTombstoneProtos.BacktraceFrame.Builder setBuildIdBytes(com.google.protobuf.ByteString value) string build_id = 8;
- Parameters:
value
- The bytes for buildId to set.- Returns:
- This builder for chaining.
-