Package com.android.server.os
Class LinphoneTombstoneProtos.LogMessage.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<LinphoneTombstoneProtos.LogMessage,LinphoneTombstoneProtos.LogMessage.Builder>
com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
- All Implemented Interfaces:
LinphoneTombstoneProtos.LogMessageOrBuilder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
- Enclosing class:
- LinphoneTombstoneProtos.LogMessage
public static final class LinphoneTombstoneProtos.LogMessage.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<LinphoneTombstoneProtos.LogMessage,LinphoneTombstoneProtos.LogMessage.Builder>
implements LinphoneTombstoneProtos.LogMessageOrBuilder
Protobuf type
LogMessage
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring message = 6;
clearPid()
uint32 pid = 2;
uint32 priority = 4;
clearTag()
string tag = 5;
clearTid()
uint32 tid = 3;
string timestamp = 1;
string message = 6;
com.google.protobuf.ByteString
string message = 6;
int
getPid()
uint32 pid = 2;
int
uint32 priority = 4;
getTag()
string tag = 5;
com.google.protobuf.ByteString
string tag = 5;
int
getTid()
uint32 tid = 3;
string timestamp = 1;
com.google.protobuf.ByteString
string timestamp = 1;
setMessage
(String value) string message = 6;
setMessageBytes
(com.google.protobuf.ByteString value) string message = 6;
setPid
(int value) uint32 pid = 2;
setPriority
(int value) uint32 priority = 4;
string tag = 5;
setTagBytes
(com.google.protobuf.ByteString value) string tag = 5;
setTid
(int value) uint32 tid = 3;
setTimestamp
(String value) string timestamp = 1;
setTimestampBytes
(com.google.protobuf.ByteString value) string timestamp = 1;
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
-
getTimestamp
string timestamp = 1;
- Specified by:
getTimestamp
in interfaceLinphoneTombstoneProtos.LogMessageOrBuilder
- Returns:
- The timestamp.
-
getTimestampBytes
public com.google.protobuf.ByteString getTimestampBytes()string timestamp = 1;
- Specified by:
getTimestampBytes
in interfaceLinphoneTombstoneProtos.LogMessageOrBuilder
- Returns:
- The bytes for timestamp.
-
setTimestamp
string timestamp = 1;
- Parameters:
value
- The timestamp to set.- Returns:
- This builder for chaining.
-
clearTimestamp
string timestamp = 1;
- Returns:
- This builder for chaining.
-
setTimestampBytes
public LinphoneTombstoneProtos.LogMessage.Builder setTimestampBytes(com.google.protobuf.ByteString value) string timestamp = 1;
- Parameters:
value
- The bytes for timestamp to set.- Returns:
- This builder for chaining.
-
getPid
public int getPid()uint32 pid = 2;
- Specified by:
getPid
in interfaceLinphoneTombstoneProtos.LogMessageOrBuilder
- Returns:
- The pid.
-
setPid
uint32 pid = 2;
- Parameters:
value
- The pid to set.- Returns:
- This builder for chaining.
-
clearPid
uint32 pid = 2;
- Returns:
- This builder for chaining.
-
getTid
public int getTid()uint32 tid = 3;
- Specified by:
getTid
in interfaceLinphoneTombstoneProtos.LogMessageOrBuilder
- Returns:
- The tid.
-
setTid
uint32 tid = 3;
- Parameters:
value
- The tid to set.- Returns:
- This builder for chaining.
-
clearTid
uint32 tid = 3;
- Returns:
- This builder for chaining.
-
getPriority
public int getPriority()uint32 priority = 4;
- Specified by:
getPriority
in interfaceLinphoneTombstoneProtos.LogMessageOrBuilder
- Returns:
- The priority.
-
setPriority
uint32 priority = 4;
- Parameters:
value
- The priority to set.- Returns:
- This builder for chaining.
-
clearPriority
uint32 priority = 4;
- Returns:
- This builder for chaining.
-
getTag
string tag = 5;
- Specified by:
getTag
in interfaceLinphoneTombstoneProtos.LogMessageOrBuilder
- Returns:
- The tag.
-
getTagBytes
public com.google.protobuf.ByteString getTagBytes()string tag = 5;
- Specified by:
getTagBytes
in interfaceLinphoneTombstoneProtos.LogMessageOrBuilder
- Returns:
- The bytes for tag.
-
setTag
string tag = 5;
- Parameters:
value
- The tag to set.- Returns:
- This builder for chaining.
-
clearTag
string tag = 5;
- Returns:
- This builder for chaining.
-
setTagBytes
string tag = 5;
- Parameters:
value
- The bytes for tag to set.- Returns:
- This builder for chaining.
-
getMessage
string message = 6;
- Specified by:
getMessage
in interfaceLinphoneTombstoneProtos.LogMessageOrBuilder
- Returns:
- The message.
-
getMessageBytes
public com.google.protobuf.ByteString getMessageBytes()string message = 6;
- Specified by:
getMessageBytes
in interfaceLinphoneTombstoneProtos.LogMessageOrBuilder
- Returns:
- The bytes for message.
-
setMessage
string message = 6;
- Parameters:
value
- The message to set.- Returns:
- This builder for chaining.
-
clearMessage
string message = 6;
- Returns:
- This builder for chaining.
-
setMessageBytes
public LinphoneTombstoneProtos.LogMessage.Builder setMessageBytes(com.google.protobuf.ByteString value) string message = 6;
- Parameters:
value
- The bytes for message to set.- Returns:
- This builder for chaining.
-