public final class SqsData extends com.google.protobuf.GeneratedMessageV3 implements SqsDataOrBuilder
sqs的数据*Protobuf type
net.wicp.tams.common.aws.SqsData| 限定符和类型 | 类和说明 |
|---|---|
static class |
SqsData.Builder
sqs的数据*
Protobuf type
net.wicp.tams.common.aws.SqsData |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BUCKETNAME_FIELD_NUMBER |
static int |
CONTEXT_FIELD_NUMBER |
static int |
DATATYPE_FIELD_NUMBER |
static int |
MESSAGEID_FIELD_NUMBER |
static int |
MSG_FIELD_NUMBER |
static int |
PROPERTIES_FIELD_NUMBER |
static int |
PROPS_FIELD_NUMBER |
static int |
QUEUENAME_FIELD_NUMBER |
static int |
QUEUENAMERECEIVE_FIELD_NUMBER |
static int |
RECEIPTHANDLE_FIELD_NUMBER |
static int |
RECEIVECOUNT_FIELD_NUMBER |
static int |
S3KEY_FIELD_NUMBER |
static int |
SENTTIMESTAMP_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getBucketName()
s3的bucketName
string bucketName = 8; |
com.google.protobuf.ByteString |
getBucketNameBytes()
s3的bucketName
string bucketName = 8; |
String |
getContext()
上下文,将出现在ThreadLocal
string context = 12; |
com.google.protobuf.ByteString |
getContextBytes()
上下文,将出现在ThreadLocal
string context = 12; |
DataType |
getDataType()
数据存在的类型
.net.wicp.tams.common.aws.DataType dataType = 13; |
int |
getDataTypeValue()
数据存在的类型
.net.wicp.tams.common.aws.DataType dataType = 13; |
static SqsData |
getDefaultInstance() |
SqsData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getMessageId()
接收的时候会需要
string messageId = 1; |
com.google.protobuf.ByteString |
getMessageIdBytes()
接收的时候会需要
string messageId = 1; |
String |
getMsg()
message的body
string msg = 10; |
com.google.protobuf.ByteString |
getMsgBytes()
message的body
string msg = 10; |
com.google.protobuf.Parser<SqsData> |
getParserForType() |
String |
getProperties()
消息属性
string properties = 3; |
com.google.protobuf.ByteString |
getPropertiesBytes()
消息属性
string properties = 3; |
String |
getProps()
自定义属性处理,大于10个属性会被放到此处
string props = 11; |
com.google.protobuf.ByteString |
getPropsBytes()
自定义属性处理,大于10个属性会被放到此处
string props = 11; |
String |
getQueueName()
下面信息可能会出现在body中
string queueName = 7; |
com.google.protobuf.ByteString |
getQueueNameBytes()
下面信息可能会出现在body中
string queueName = 7; |
String |
getQueueNameReceive()
接收时的queueName就是监听的queueName
string queueNameReceive = 6; |
com.google.protobuf.ByteString |
getQueueNameReceiveBytes()
接收时的queueName就是监听的queueName
string queueNameReceive = 6; |
String |
getReceiptHandle()
接收的时候用的receiptHandle
string receiptHandle = 2; |
com.google.protobuf.ByteString |
getReceiptHandleBytes()
接收的时候用的receiptHandle
string receiptHandle = 2; |
int |
getReceiveCount()
接收次数
int32 receiveCount = 5; |
String |
getS3Key()
s3的key
string s3key = 9; |
com.google.protobuf.ByteString |
getS3KeyBytes()
s3的key
string s3key = 9; |
long |
getSentTimestamp()
发送时间
uint64 sentTimestamp = 4; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVersion()
版本,为了向下兼容值为: v1,v2.....
|
com.google.protobuf.ByteString |
getVersionBytes()
版本,为了向下兼容值为: v1,v2.....
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SqsData.Builder |
newBuilder() |
static SqsData.Builder |
newBuilder(SqsData prototype) |
SqsData.Builder |
newBuilderForType() |
protected SqsData.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static SqsData |
parseDelimitedFrom(InputStream input) |
static SqsData |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqsData |
parseFrom(byte[] data) |
static SqsData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqsData |
parseFrom(ByteBuffer data) |
static SqsData |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqsData |
parseFrom(com.google.protobuf.ByteString data) |
static SqsData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqsData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SqsData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SqsData |
parseFrom(InputStream input) |
static SqsData |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SqsData> |
parser() |
SqsData.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int MESSAGEID_FIELD_NUMBER
public static final int RECEIPTHANDLE_FIELD_NUMBER
public static final int PROPERTIES_FIELD_NUMBER
public static final int SENTTIMESTAMP_FIELD_NUMBER
public static final int RECEIVECOUNT_FIELD_NUMBER
public static final int QUEUENAMERECEIVE_FIELD_NUMBER
public static final int QUEUENAME_FIELD_NUMBER
public static final int BUCKETNAME_FIELD_NUMBER
public static final int S3KEY_FIELD_NUMBER
public static final int MSG_FIELD_NUMBER
public static final int PROPS_FIELD_NUMBER
public static final int CONTEXT_FIELD_NUMBER
public static final int DATATYPE_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getMessageId()
接收的时候会需要
string messageId = 1;getMessageId 在接口中 SqsDataOrBuilderpublic com.google.protobuf.ByteString getMessageIdBytes()
接收的时候会需要
string messageId = 1;getMessageIdBytes 在接口中 SqsDataOrBuilderpublic String getReceiptHandle()
接收的时候用的receiptHandle
string receiptHandle = 2;getReceiptHandle 在接口中 SqsDataOrBuilderpublic com.google.protobuf.ByteString getReceiptHandleBytes()
接收的时候用的receiptHandle
string receiptHandle = 2;getReceiptHandleBytes 在接口中 SqsDataOrBuilderpublic String getProperties()
消息属性
string properties = 3;getProperties 在接口中 SqsDataOrBuilderpublic com.google.protobuf.ByteString getPropertiesBytes()
消息属性
string properties = 3;getPropertiesBytes 在接口中 SqsDataOrBuilderpublic long getSentTimestamp()
发送时间
uint64 sentTimestamp = 4;getSentTimestamp 在接口中 SqsDataOrBuilderpublic int getReceiveCount()
接收次数
int32 receiveCount = 5;getReceiveCount 在接口中 SqsDataOrBuilderpublic String getQueueNameReceive()
接收时的queueName就是监听的queueName
string queueNameReceive = 6;getQueueNameReceive 在接口中 SqsDataOrBuilderpublic com.google.protobuf.ByteString getQueueNameReceiveBytes()
接收时的queueName就是监听的queueName
string queueNameReceive = 6;getQueueNameReceiveBytes 在接口中 SqsDataOrBuilderpublic String getQueueName()
下面信息可能会出现在body中
string queueName = 7;getQueueName 在接口中 SqsDataOrBuilderpublic com.google.protobuf.ByteString getQueueNameBytes()
下面信息可能会出现在body中
string queueName = 7;getQueueNameBytes 在接口中 SqsDataOrBuilderpublic String getBucketName()
s3的bucketName
string bucketName = 8;getBucketName 在接口中 SqsDataOrBuilderpublic com.google.protobuf.ByteString getBucketNameBytes()
s3的bucketName
string bucketName = 8;getBucketNameBytes 在接口中 SqsDataOrBuilderpublic String getS3Key()
s3的key
string s3key = 9;getS3Key 在接口中 SqsDataOrBuilderpublic com.google.protobuf.ByteString getS3KeyBytes()
s3的key
string s3key = 9;getS3KeyBytes 在接口中 SqsDataOrBuilderpublic String getMsg()
message的body
string msg = 10;getMsg 在接口中 SqsDataOrBuilderpublic com.google.protobuf.ByteString getMsgBytes()
message的body
string msg = 10;getMsgBytes 在接口中 SqsDataOrBuilderpublic String getProps()
自定义属性处理,大于10个属性会被放到此处
string props = 11;getProps 在接口中 SqsDataOrBuilderpublic com.google.protobuf.ByteString getPropsBytes()
自定义属性处理,大于10个属性会被放到此处
string props = 11;getPropsBytes 在接口中 SqsDataOrBuilderpublic String getContext()
上下文,将出现在ThreadLocal
string context = 12;getContext 在接口中 SqsDataOrBuilderpublic com.google.protobuf.ByteString getContextBytes()
上下文,将出现在ThreadLocal
string context = 12;getContextBytes 在接口中 SqsDataOrBuilderpublic int getDataTypeValue()
数据存在的类型
.net.wicp.tams.common.aws.DataType dataType = 13;getDataTypeValue 在接口中 SqsDataOrBuilderpublic DataType getDataType()
数据存在的类型
.net.wicp.tams.common.aws.DataType dataType = 13;getDataType 在接口中 SqsDataOrBuilderpublic String getVersion()
版本,为了向下兼容值为: v1,v2.....
string version = 14;getVersion 在接口中 SqsDataOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
版本,为了向下兼容值为: v1,v2.....
string version = 14;getVersionBytes 在接口中 SqsDataOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static SqsData parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SqsData parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SqsData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SqsData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SqsData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SqsData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SqsData parseFrom(InputStream input) throws IOException
IOExceptionpublic static SqsData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SqsData parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SqsData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SqsData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SqsData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SqsData.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static SqsData.Builder newBuilder()
public static SqsData.Builder newBuilder(SqsData prototype)
public SqsData.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected SqsData.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static SqsData getDefaultInstance()
public static com.google.protobuf.Parser<SqsData> parser()
public com.google.protobuf.Parser<SqsData> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public SqsData getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2023. All rights reserved.