com.baidu.noah.naming.msg
接口 BnsReverseQuery.ReverseQueryInputOrBuilder

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

public static interface BnsReverseQuery.ReverseQueryInputOrBuilder
extends com.google.protobuf.MessageOrBuilder


方法摘要
 String getDeployPath()
          optional string deploy_path = 2; 部署路径,是一个筛选字段
 com.google.protobuf.ByteString getDeployPathBytes()
          optional string deploy_path = 2; 部署路径,是一个筛选字段
 String getHostName()
          required string host_name = 1; hostname 没有.baidu.com结尾
 com.google.protobuf.ByteString getHostNameBytes()
          required string host_name = 1; hostname 没有.baidu.com结尾
 boolean hasDeployPath()
          optional string deploy_path = 2; 部署路径,是一个筛选字段
 boolean hasHostName()
          required string host_name = 1; hostname 没有.baidu.com结尾
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
从接口 com.google.protobuf.MessageLiteOrBuilder 继承的方法
isInitialized
 

方法详细信息

hasHostName

boolean hasHostName()
required string host_name = 1;
hostname 没有.baidu.com结尾
 


getHostName

String getHostName()
required string host_name = 1;
hostname 没有.baidu.com结尾
 


getHostNameBytes

com.google.protobuf.ByteString getHostNameBytes()
required string host_name = 1;
hostname 没有.baidu.com结尾
 


hasDeployPath

boolean hasDeployPath()
optional string deploy_path = 2;
部署路径,是一个筛选字段
 


getDeployPath

String getDeployPath()
optional string deploy_path = 2;
部署路径,是一个筛选字段
 


getDeployPathBytes

com.google.protobuf.ByteString getDeployPathBytes()
optional string deploy_path = 2;
部署路径,是一个筛选字段
 



Copyright © 2016. All rights reserved.