Package akka.remote
Class WireFormats.AddressData.Builder
- java.lang.Object
-
- akka.protobufv3.internal.AbstractMessageLite.Builder
-
- akka.protobufv3.internal.AbstractMessage.Builder<BuilderT>
-
- akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder>
-
- akka.remote.WireFormats.AddressData.Builder
-
- All Implemented Interfaces:
akka.protobufv3.internal.Message.Builder
,akka.protobufv3.internal.MessageLite.Builder
,akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
,WireFormats.AddressDataOrBuilder
,java.lang.Cloneable
- Enclosing class:
- WireFormats.AddressData
public static final class WireFormats.AddressData.Builder extends akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder> implements WireFormats.AddressDataOrBuilder
Defines a remote address.
Protobuf typeAddressData
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WireFormats.AddressData.Builder
addRepeatedField(akka.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)
WireFormats.AddressData
build()
WireFormats.AddressData
buildPartial()
WireFormats.AddressData.Builder
clear()
WireFormats.AddressData.Builder
clearField(akka.protobufv3.internal.Descriptors.FieldDescriptor field)
WireFormats.AddressData.Builder
clearHostname()
required string hostname = 2;
WireFormats.AddressData.Builder
clearOneof(akka.protobufv3.internal.Descriptors.OneofDescriptor oneof)
WireFormats.AddressData.Builder
clearPort()
required uint32 port = 3;
WireFormats.AddressData.Builder
clearProtocol()
optional string protocol = 4;
WireFormats.AddressData.Builder
clearSystem()
required string system = 1;
WireFormats.AddressData.Builder
clone()
WireFormats.AddressData
getDefaultInstanceForType()
static akka.protobufv3.internal.Descriptors.Descriptor
getDescriptor()
akka.protobufv3.internal.Descriptors.Descriptor
getDescriptorForType()
java.lang.String
getHostname()
required string hostname = 2;
akka.protobufv3.internal.ByteString
getHostnameBytes()
required string hostname = 2;
int
getPort()
required uint32 port = 3;
java.lang.String
getProtocol()
optional string protocol = 4;
akka.protobufv3.internal.ByteString
getProtocolBytes()
optional string protocol = 4;
java.lang.String
getSystem()
required string system = 1;
akka.protobufv3.internal.ByteString
getSystemBytes()
required string system = 1;
boolean
hasHostname()
required string hostname = 2;
boolean
hasPort()
required uint32 port = 3;
boolean
hasProtocol()
optional string protocol = 4;
boolean
hasSystem()
required string system = 1;
protected akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
WireFormats.AddressData.Builder
mergeFrom(akka.protobufv3.internal.CodedInputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
WireFormats.AddressData.Builder
mergeFrom(akka.protobufv3.internal.Message other)
WireFormats.AddressData.Builder
mergeFrom(WireFormats.AddressData other)
WireFormats.AddressData.Builder
mergeUnknownFields(akka.protobufv3.internal.UnknownFieldSet unknownFields)
WireFormats.AddressData.Builder
setField(akka.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)
WireFormats.AddressData.Builder
setHostname(java.lang.String value)
required string hostname = 2;
WireFormats.AddressData.Builder
setHostnameBytes(akka.protobufv3.internal.ByteString value)
required string hostname = 2;
WireFormats.AddressData.Builder
setPort(int value)
required uint32 port = 3;
WireFormats.AddressData.Builder
setProtocol(java.lang.String value)
optional string protocol = 4;
WireFormats.AddressData.Builder
setProtocolBytes(akka.protobufv3.internal.ByteString value)
optional string protocol = 4;
WireFormats.AddressData.Builder
setRepeatedField(akka.protobufv3.internal.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
WireFormats.AddressData.Builder
setSystem(java.lang.String value)
required string system = 1;
WireFormats.AddressData.Builder
setSystemBytes(akka.protobufv3.internal.ByteString value)
required string system = 1;
WireFormats.AddressData.Builder
setUnknownFields(akka.protobufv3.internal.UnknownFieldSet unknownFields)
-
Methods inherited from class akka.protobufv3.internal.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class akka.protobufv3.internal.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class akka.protobufv3.internal.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final akka.protobufv3.internal.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classakka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder>
-
clear
public WireFormats.AddressData.Builder clear()
- Specified by:
clear
in interfaceakka.protobufv3.internal.Message.Builder
- Specified by:
clear
in interfaceakka.protobufv3.internal.MessageLite.Builder
- Overrides:
clear
in classakka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder>
-
getDescriptorForType
public akka.protobufv3.internal.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfaceakka.protobufv3.internal.Message.Builder
- Specified by:
getDescriptorForType
in interfaceakka.protobufv3.internal.MessageOrBuilder
- Overrides:
getDescriptorForType
in classakka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder>
-
getDefaultInstanceForType
public WireFormats.AddressData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceakka.protobufv3.internal.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceakka.protobufv3.internal.MessageOrBuilder
-
build
public WireFormats.AddressData build()
- Specified by:
build
in interfaceakka.protobufv3.internal.Message.Builder
- Specified by:
build
in interfaceakka.protobufv3.internal.MessageLite.Builder
-
buildPartial
public WireFormats.AddressData buildPartial()
- Specified by:
buildPartial
in interfaceakka.protobufv3.internal.Message.Builder
- Specified by:
buildPartial
in interfaceakka.protobufv3.internal.MessageLite.Builder
-
clone
public WireFormats.AddressData.Builder clone()
- Specified by:
clone
in interfaceakka.protobufv3.internal.Message.Builder
- Specified by:
clone
in interfaceakka.protobufv3.internal.MessageLite.Builder
- Overrides:
clone
in classakka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder>
-
setField
public WireFormats.AddressData.Builder setField(akka.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfaceakka.protobufv3.internal.Message.Builder
- Overrides:
setField
in classakka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder>
-
clearField
public WireFormats.AddressData.Builder clearField(akka.protobufv3.internal.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfaceakka.protobufv3.internal.Message.Builder
- Overrides:
clearField
in classakka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder>
-
clearOneof
public WireFormats.AddressData.Builder clearOneof(akka.protobufv3.internal.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfaceakka.protobufv3.internal.Message.Builder
- Overrides:
clearOneof
in classakka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder>
-
setRepeatedField
public WireFormats.AddressData.Builder setRepeatedField(akka.protobufv3.internal.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfaceakka.protobufv3.internal.Message.Builder
- Overrides:
setRepeatedField
in classakka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder>
-
addRepeatedField
public WireFormats.AddressData.Builder addRepeatedField(akka.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfaceakka.protobufv3.internal.Message.Builder
- Overrides:
addRepeatedField
in classakka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder>
-
mergeFrom
public WireFormats.AddressData.Builder mergeFrom(akka.protobufv3.internal.Message other)
- Specified by:
mergeFrom
in interfaceakka.protobufv3.internal.Message.Builder
- Overrides:
mergeFrom
in classakka.protobufv3.internal.AbstractMessage.Builder<WireFormats.AddressData.Builder>
-
mergeFrom
public WireFormats.AddressData.Builder mergeFrom(WireFormats.AddressData other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceakka.protobufv3.internal.MessageLiteOrBuilder
- Overrides:
isInitialized
in classakka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder>
-
mergeFrom
public WireFormats.AddressData.Builder mergeFrom(akka.protobufv3.internal.CodedInputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfaceakka.protobufv3.internal.Message.Builder
- Specified by:
mergeFrom
in interfaceakka.protobufv3.internal.MessageLite.Builder
- Overrides:
mergeFrom
in classakka.protobufv3.internal.AbstractMessage.Builder<WireFormats.AddressData.Builder>
- Throws:
java.io.IOException
-
hasSystem
public boolean hasSystem()
required string system = 1;
- Specified by:
hasSystem
in interfaceWireFormats.AddressDataOrBuilder
- Returns:
- Whether the system field is set.
-
getSystem
public java.lang.String getSystem()
required string system = 1;
- Specified by:
getSystem
in interfaceWireFormats.AddressDataOrBuilder
- Returns:
- The system.
-
getSystemBytes
public akka.protobufv3.internal.ByteString getSystemBytes()
required string system = 1;
- Specified by:
getSystemBytes
in interfaceWireFormats.AddressDataOrBuilder
- Returns:
- The bytes for system.
-
setSystem
public WireFormats.AddressData.Builder setSystem(java.lang.String value)
required string system = 1;
- Parameters:
value
- The system to set.- Returns:
- This builder for chaining.
-
clearSystem
public WireFormats.AddressData.Builder clearSystem()
required string system = 1;
- Returns:
- This builder for chaining.
-
setSystemBytes
public WireFormats.AddressData.Builder setSystemBytes(akka.protobufv3.internal.ByteString value)
required string system = 1;
- Parameters:
value
- The bytes for system to set.- Returns:
- This builder for chaining.
-
hasHostname
public boolean hasHostname()
required string hostname = 2;
- Specified by:
hasHostname
in interfaceWireFormats.AddressDataOrBuilder
- Returns:
- Whether the hostname field is set.
-
getHostname
public java.lang.String getHostname()
required string hostname = 2;
- Specified by:
getHostname
in interfaceWireFormats.AddressDataOrBuilder
- Returns:
- The hostname.
-
getHostnameBytes
public akka.protobufv3.internal.ByteString getHostnameBytes()
required string hostname = 2;
- Specified by:
getHostnameBytes
in interfaceWireFormats.AddressDataOrBuilder
- Returns:
- The bytes for hostname.
-
setHostname
public WireFormats.AddressData.Builder setHostname(java.lang.String value)
required string hostname = 2;
- Parameters:
value
- The hostname to set.- Returns:
- This builder for chaining.
-
clearHostname
public WireFormats.AddressData.Builder clearHostname()
required string hostname = 2;
- Returns:
- This builder for chaining.
-
setHostnameBytes
public WireFormats.AddressData.Builder setHostnameBytes(akka.protobufv3.internal.ByteString value)
required string hostname = 2;
- Parameters:
value
- The bytes for hostname to set.- Returns:
- This builder for chaining.
-
hasPort
public boolean hasPort()
required uint32 port = 3;
- Specified by:
hasPort
in interfaceWireFormats.AddressDataOrBuilder
- Returns:
- Whether the port field is set.
-
getPort
public int getPort()
required uint32 port = 3;
- Specified by:
getPort
in interfaceWireFormats.AddressDataOrBuilder
- Returns:
- The port.
-
setPort
public WireFormats.AddressData.Builder setPort(int value)
required uint32 port = 3;
- Parameters:
value
- The port to set.- Returns:
- This builder for chaining.
-
clearPort
public WireFormats.AddressData.Builder clearPort()
required uint32 port = 3;
- Returns:
- This builder for chaining.
-
hasProtocol
public boolean hasProtocol()
optional string protocol = 4;
- Specified by:
hasProtocol
in interfaceWireFormats.AddressDataOrBuilder
- Returns:
- Whether the protocol field is set.
-
getProtocol
public java.lang.String getProtocol()
optional string protocol = 4;
- Specified by:
getProtocol
in interfaceWireFormats.AddressDataOrBuilder
- Returns:
- The protocol.
-
getProtocolBytes
public akka.protobufv3.internal.ByteString getProtocolBytes()
optional string protocol = 4;
- Specified by:
getProtocolBytes
in interfaceWireFormats.AddressDataOrBuilder
- Returns:
- The bytes for protocol.
-
setProtocol
public WireFormats.AddressData.Builder setProtocol(java.lang.String value)
optional string protocol = 4;
- Parameters:
value
- The protocol to set.- Returns:
- This builder for chaining.
-
clearProtocol
public WireFormats.AddressData.Builder clearProtocol()
optional string protocol = 4;
- Returns:
- This builder for chaining.
-
setProtocolBytes
public WireFormats.AddressData.Builder setProtocolBytes(akka.protobufv3.internal.ByteString value)
optional string protocol = 4;
- Parameters:
value
- The bytes for protocol to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final WireFormats.AddressData.Builder setUnknownFields(akka.protobufv3.internal.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfaceakka.protobufv3.internal.Message.Builder
- Overrides:
setUnknownFields
in classakka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder>
-
mergeUnknownFields
public final WireFormats.AddressData.Builder mergeUnknownFields(akka.protobufv3.internal.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfaceakka.protobufv3.internal.Message.Builder
- Overrides:
mergeUnknownFields
in classakka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.AddressData.Builder>
-
-