com.aliyun.openservices.ots.protocol
接口 OtsProtocol2.ColumnValueOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
OtsProtocol2.ColumnValue, OtsProtocol2.ColumnValue.Builder
包容类:
OtsProtocol2

public static interface OtsProtocol2.ColumnValueOrBuilder
extends com.google.protobuf.MessageOrBuilder


方法摘要
 OtsProtocol2.ColumnType getType()
           
 com.google.protobuf.ByteString getVBinary()
           
 boolean getVBool()
           
 double getVDouble()
           
 long getVInt()
           
 String getVString()
           
 boolean hasType()
           
 boolean hasVBinary()
           
 boolean hasVBool()
           
 boolean hasVDouble()
           
 boolean hasVInt()
           
 boolean hasVString()
           
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
从接口 com.google.protobuf.MessageLiteOrBuilder 继承的方法
isInitialized
 

方法详细信息

hasType

boolean hasType()

getType

OtsProtocol2.ColumnType getType()

hasVInt

boolean hasVInt()

getVInt

long getVInt()

hasVString

boolean hasVString()

getVString

String getVString()

hasVBool

boolean hasVBool()

getVBool

boolean getVBool()

hasVDouble

boolean hasVDouble()

getVDouble

double getVDouble()

hasVBinary

boolean hasVBinary()

getVBinary

com.google.protobuf.ByteString getVBinary()


Copyright © 2014. All Rights Reserved.