public interface VodHeaderPairOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
1001 阶段返回信息,1002-1004 上传时需要带的 header 中的 key
|
com.google.protobuf.ByteString |
getKeyBytes()
1001 阶段返回信息,1002-1004 上传时需要带的 header 中的 key
|
String |
getValue()
1001 阶段返回信息,1002-1004 上传时需要带的 header 中的 value
|
com.google.protobuf.ByteString |
getValueBytes()
1001 阶段返回信息,1002-1004 上传时需要带的 header 中的 value
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
1001 阶段返回信息,1002-1004 上传时需要带的 header 中的 key
string Key = 1;com.google.protobuf.ByteString getKeyBytes()
1001 阶段返回信息,1002-1004 上传时需要带的 header 中的 key
string Key = 1;String getValue()
1001 阶段返回信息,1002-1004 上传时需要带的 header 中的 value
string Value = 2;com.google.protobuf.ByteString getValueBytes()
1001 阶段返回信息,1002-1004 上传时需要带的 header 中的 value
string Value = 2;Copyright © 2023. All rights reserved.