public static final class ControlInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ControlInfo.Builder> implements ControlInfoOrBuilder
connector.ControlInfo| 限定符和类型 | 方法和说明 |
|---|---|
ControlInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ControlInfo |
build() |
ControlInfo |
buildPartial() |
ControlInfo.Builder |
clear() |
ControlInfo.Builder |
clearCache()
bool cache = 8; |
ControlInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ControlInfo.Builder |
clearMsgId()
string msgId = 1; |
ControlInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ControlInfo.Builder |
clearRequestCommand()
string requestCommand = 7; |
ControlInfo.Builder |
clearSenderApplication()
string senderApplication = 3; |
ControlInfo.Builder |
clearSenderChannel()
string senderChannel = 5; |
ControlInfo.Builder |
clearSenderSystem()
string senderSystem = 2; |
ControlInfo.Builder |
clearToApplication()
微服务就是 instanceId见Eureka的Application
string toApplication = 4; |
ControlInfo.Builder |
clearUrl()
调用地址,请带上contextPath
string url = 9; |
ControlInfo.Builder |
clearVersion()
string version = 6; |
ControlInfo.Builder |
clone() |
boolean |
getCache()
bool cache = 8; |
ControlInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getMsgId()
string msgId = 1; |
com.google.protobuf.ByteString |
getMsgIdBytes()
string msgId = 1; |
String |
getRequestCommand()
string requestCommand = 7; |
com.google.protobuf.ByteString |
getRequestCommandBytes()
string requestCommand = 7; |
String |
getSenderApplication()
string senderApplication = 3; |
com.google.protobuf.ByteString |
getSenderApplicationBytes()
string senderApplication = 3; |
String |
getSenderChannel()
string senderChannel = 5; |
com.google.protobuf.ByteString |
getSenderChannelBytes()
string senderChannel = 5; |
String |
getSenderSystem()
string senderSystem = 2; |
com.google.protobuf.ByteString |
getSenderSystemBytes()
string senderSystem = 2; |
String |
getToApplication()
微服务就是 instanceId见Eureka的Application
string toApplication = 4; |
com.google.protobuf.ByteString |
getToApplicationBytes()
微服务就是 instanceId见Eureka的Application
string toApplication = 4; |
String |
getUrl()
调用地址,请带上contextPath
string url = 9; |
com.google.protobuf.ByteString |
getUrlBytes()
调用地址,请带上contextPath
string url = 9; |
String |
getVersion()
string version = 6; |
com.google.protobuf.ByteString |
getVersionBytes()
string version = 6; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ControlInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ControlInfo.Builder |
mergeFrom(ControlInfo other) |
ControlInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
ControlInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ControlInfo.Builder |
setCache(boolean value)
bool cache = 8; |
ControlInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ControlInfo.Builder |
setMsgId(String value)
string msgId = 1; |
ControlInfo.Builder |
setMsgIdBytes(com.google.protobuf.ByteString value)
string msgId = 1; |
ControlInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ControlInfo.Builder |
setRequestCommand(String value)
string requestCommand = 7; |
ControlInfo.Builder |
setRequestCommandBytes(com.google.protobuf.ByteString value)
string requestCommand = 7; |
ControlInfo.Builder |
setSenderApplication(String value)
string senderApplication = 3; |
ControlInfo.Builder |
setSenderApplicationBytes(com.google.protobuf.ByteString value)
string senderApplication = 3; |
ControlInfo.Builder |
setSenderChannel(String value)
string senderChannel = 5; |
ControlInfo.Builder |
setSenderChannelBytes(com.google.protobuf.ByteString value)
string senderChannel = 5; |
ControlInfo.Builder |
setSenderSystem(String value)
string senderSystem = 2; |
ControlInfo.Builder |
setSenderSystemBytes(com.google.protobuf.ByteString value)
string senderSystem = 2; |
ControlInfo.Builder |
setToApplication(String value)
微服务就是 instanceId见Eureka的Application
string toApplication = 4; |
ControlInfo.Builder |
setToApplicationBytes(com.google.protobuf.ByteString value)
微服务就是 instanceId见Eureka的Application
string toApplication = 4; |
ControlInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ControlInfo.Builder |
setUrl(String value)
调用地址,请带上contextPath
string url = 9; |
ControlInfo.Builder |
setUrlBytes(com.google.protobuf.ByteString value)
调用地址,请带上contextPath
string url = 9; |
ControlInfo.Builder |
setVersion(String value)
string version = 6; |
ControlInfo.Builder |
setVersionBytes(com.google.protobuf.ByteString value)
string version = 6; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ControlInfo.Builder>public ControlInfo.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ControlInfo.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ControlInfo.Builder>public ControlInfo getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ControlInfo build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ControlInfo buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ControlInfo.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ControlInfo.Builder>public ControlInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ControlInfo.Builder>public ControlInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ControlInfo.Builder>public ControlInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ControlInfo.Builder>public ControlInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ControlInfo.Builder>public ControlInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ControlInfo.Builder>public ControlInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ControlInfo.Builder>public ControlInfo.Builder mergeFrom(ControlInfo other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ControlInfo.Builder>public ControlInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ControlInfo.Builder>IOExceptionpublic String getMsgId()
string msgId = 1;getMsgId 在接口中 ControlInfoOrBuilderpublic com.google.protobuf.ByteString getMsgIdBytes()
string msgId = 1;getMsgIdBytes 在接口中 ControlInfoOrBuilderpublic ControlInfo.Builder setMsgId(String value)
string msgId = 1;public ControlInfo.Builder clearMsgId()
string msgId = 1;public ControlInfo.Builder setMsgIdBytes(com.google.protobuf.ByteString value)
string msgId = 1;public String getSenderSystem()
string senderSystem = 2;getSenderSystem 在接口中 ControlInfoOrBuilderpublic com.google.protobuf.ByteString getSenderSystemBytes()
string senderSystem = 2;getSenderSystemBytes 在接口中 ControlInfoOrBuilderpublic ControlInfo.Builder setSenderSystem(String value)
string senderSystem = 2;public ControlInfo.Builder clearSenderSystem()
string senderSystem = 2;public ControlInfo.Builder setSenderSystemBytes(com.google.protobuf.ByteString value)
string senderSystem = 2;public String getSenderApplication()
string senderApplication = 3;getSenderApplication 在接口中 ControlInfoOrBuilderpublic com.google.protobuf.ByteString getSenderApplicationBytes()
string senderApplication = 3;public ControlInfo.Builder setSenderApplication(String value)
string senderApplication = 3;public ControlInfo.Builder clearSenderApplication()
string senderApplication = 3;public ControlInfo.Builder setSenderApplicationBytes(com.google.protobuf.ByteString value)
string senderApplication = 3;public String getToApplication()
微服务就是 instanceId见Eureka的Application
string toApplication = 4;getToApplication 在接口中 ControlInfoOrBuilderpublic com.google.protobuf.ByteString getToApplicationBytes()
微服务就是 instanceId见Eureka的Application
string toApplication = 4;getToApplicationBytes 在接口中 ControlInfoOrBuilderpublic ControlInfo.Builder setToApplication(String value)
微服务就是 instanceId见Eureka的Application
string toApplication = 4;public ControlInfo.Builder clearToApplication()
微服务就是 instanceId见Eureka的Application
string toApplication = 4;public ControlInfo.Builder setToApplicationBytes(com.google.protobuf.ByteString value)
微服务就是 instanceId见Eureka的Application
string toApplication = 4;public String getSenderChannel()
string senderChannel = 5;getSenderChannel 在接口中 ControlInfoOrBuilderpublic com.google.protobuf.ByteString getSenderChannelBytes()
string senderChannel = 5;getSenderChannelBytes 在接口中 ControlInfoOrBuilderpublic ControlInfo.Builder setSenderChannel(String value)
string senderChannel = 5;public ControlInfo.Builder clearSenderChannel()
string senderChannel = 5;public ControlInfo.Builder setSenderChannelBytes(com.google.protobuf.ByteString value)
string senderChannel = 5;public String getVersion()
string version = 6;getVersion 在接口中 ControlInfoOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
string version = 6;getVersionBytes 在接口中 ControlInfoOrBuilderpublic ControlInfo.Builder setVersion(String value)
string version = 6;public ControlInfo.Builder clearVersion()
string version = 6;public ControlInfo.Builder setVersionBytes(com.google.protobuf.ByteString value)
string version = 6;public String getRequestCommand()
string requestCommand = 7;getRequestCommand 在接口中 ControlInfoOrBuilderpublic com.google.protobuf.ByteString getRequestCommandBytes()
string requestCommand = 7;getRequestCommandBytes 在接口中 ControlInfoOrBuilderpublic ControlInfo.Builder setRequestCommand(String value)
string requestCommand = 7;public ControlInfo.Builder clearRequestCommand()
string requestCommand = 7;public ControlInfo.Builder setRequestCommandBytes(com.google.protobuf.ByteString value)
string requestCommand = 7;public boolean getCache()
bool cache = 8;getCache 在接口中 ControlInfoOrBuilderpublic ControlInfo.Builder setCache(boolean value)
bool cache = 8;public ControlInfo.Builder clearCache()
bool cache = 8;public String getUrl()
调用地址,请带上contextPath
string url = 9;getUrl 在接口中 ControlInfoOrBuilderpublic com.google.protobuf.ByteString getUrlBytes()
调用地址,请带上contextPath
string url = 9;getUrlBytes 在接口中 ControlInfoOrBuilderpublic ControlInfo.Builder setUrl(String value)
调用地址,请带上contextPath
string url = 9;public ControlInfo.Builder clearUrl()
调用地址,请带上contextPath
string url = 9;public ControlInfo.Builder setUrlBytes(com.google.protobuf.ByteString value)
调用地址,请带上contextPath
string url = 9;public final ControlInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ControlInfo.Builder>public final ControlInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ControlInfo.Builder>Copyright © 2019. All rights reserved.