public static interface SolrProtocol.ContentStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContentType()
optional string contentType = 3; |
com.google.protobuf.ByteString |
getContentTypeBytes()
optional string contentType = 3; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
long |
getSize()
required int64 size = 4; |
String |
getSourceInfo()
optional string sourceInfo = 2; |
com.google.protobuf.ByteString |
getSourceInfoBytes()
optional string sourceInfo = 2; |
com.google.protobuf.ByteString |
getStream()
required bytes stream = 5; |
boolean |
hasContentType()
optional string contentType = 3; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasSize()
required int64 size = 4; |
boolean |
hasSourceInfo()
optional string sourceInfo = 2; |
boolean |
hasStream()
required bytes stream = 5; |
boolean hasName()
optional string name = 1;String getName()
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
optional string name = 1;boolean hasSourceInfo()
optional string sourceInfo = 2;String getSourceInfo()
optional string sourceInfo = 2;com.google.protobuf.ByteString getSourceInfoBytes()
optional string sourceInfo = 2;boolean hasContentType()
optional string contentType = 3;String getContentType()
optional string contentType = 3;com.google.protobuf.ByteString getContentTypeBytes()
optional string contentType = 3;boolean hasSize()
required int64 size = 4;long getSize()
required int64 size = 4;boolean hasStream()
required bytes stream = 5;com.google.protobuf.ByteString getStream()
required bytes stream = 5;Copyright © 2016 vootoo. All rights reserved.