public static final class ClusterSwitchProto.SwitchCommand.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClusterSwitchProto.SwitchCommand.Builder> implements ClusterSwitchProto.SwitchCommandOrBuilder
SwitchCommandaddRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterSwitchProto.SwitchCommand.Builder>public ClusterSwitchProto.SwitchCommand.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterSwitchProto.SwitchCommand.Builder>public ClusterSwitchProto.SwitchCommand.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterSwitchProto.SwitchCommand.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterSwitchProto.SwitchCommand.Builder>public ClusterSwitchProto.SwitchCommand getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ClusterSwitchProto.SwitchCommand build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ClusterSwitchProto.SwitchCommand buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ClusterSwitchProto.SwitchCommand.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ClusterSwitchProto.SwitchCommand.Builder>public ClusterSwitchProto.SwitchCommand.Builder mergeFrom(ClusterSwitchProto.SwitchCommand other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterSwitchProto.SwitchCommand.Builder>public ClusterSwitchProto.SwitchCommand.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<ClusterSwitchProto.SwitchCommand.Builder>IOExceptionpublic boolean hasTargetClusterKey()
required string targetClusterKey = 1;public String getTargetClusterKey()
required string targetClusterKey = 1;public com.google.protobuf.ByteString getTargetClusterKeyBytes()
required string targetClusterKey = 1;public ClusterSwitchProto.SwitchCommand.Builder setTargetClusterKey(String value)
required string targetClusterKey = 1;public ClusterSwitchProto.SwitchCommand.Builder clearTargetClusterKey()
required string targetClusterKey = 1;public ClusterSwitchProto.SwitchCommand.Builder setTargetClusterKeyBytes(com.google.protobuf.ByteString value)
required string targetClusterKey = 1;public boolean hasTs()
required uint64 ts = 2;public long getTs()
required uint64 ts = 2;public ClusterSwitchProto.SwitchCommand.Builder setTs(long value)
required uint64 ts = 2;public ClusterSwitchProto.SwitchCommand.Builder clearTs()
required uint64 ts = 2;Copyright © 2019. All rights reserved.