com.baidu.noah.naming.msg
接口 NamingProtos.ClientInfoOrBuilder

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

public static interface NamingProtos.ClientInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder


方法摘要
 String getDescription()
          optional string description = 3;
 com.google.protobuf.ByteString getDescriptionBytes()
          optional string description = 3;
 String getName()
          optional string name = 2;
 com.google.protobuf.ByteString getNameBytes()
          optional string name = 2;
 int getType()
          required int32 type = 1 [default = 0];
 String getVersion()
          optional string version = 4;
 com.google.protobuf.ByteString getVersionBytes()
          optional string version = 4;
 boolean hasDescription()
          optional string description = 3;
 boolean hasName()
          optional string name = 2;
 boolean hasType()
          required int32 type = 1 [default = 0];
 boolean hasVersion()
          optional string version = 4;
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
从接口 com.google.protobuf.MessageLiteOrBuilder 继承的方法
isInitialized
 

方法详细信息

hasType

boolean hasType()
required int32 type = 1 [default = 0];


getType

int getType()
required int32 type = 1 [default = 0];


hasName

boolean hasName()
optional string name = 2;


getName

String getName()
optional string name = 2;


getNameBytes

com.google.protobuf.ByteString getNameBytes()
optional string name = 2;


hasDescription

boolean hasDescription()
optional string description = 3;


getDescription

String getDescription()
optional string description = 3;


getDescriptionBytes

com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 3;


hasVersion

boolean hasVersion()
optional string version = 4;


getVersion

String getVersion()
optional string version = 4;


getVersionBytes

com.google.protobuf.ByteString getVersionBytes()
optional string version = 4;



Copyright © 2016. All rights reserved.