public static final class Ftp.Builder extends GeneratedMessage.Builder<Ftp.Builder> implements FtpOrBuilderFTP info.
Protobuf type google.backstory.Ftp
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Ftp.BuilderImplements
FtpOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Ftp build()| Returns | |
|---|---|
| Type | Description |
Ftp |
|
buildPartial()
public Ftp buildPartial()| Returns | |
|---|---|
| Type | Description |
Ftp |
|
clear()
public Ftp.Builder clear()| Returns | |
|---|---|
| Type | Description |
Ftp.Builder |
|
clearCommand()
public Ftp.Builder clearCommand()The FTP command.
string command = 1;
| Returns | |
|---|---|
| Type | Description |
Ftp.Builder |
This builder for chaining. |
getCommand()
public String getCommand()The FTP command.
string command = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The command. |
getCommandBytes()
public ByteString getCommandBytes()The FTP command.
string command = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for command. |
getDefaultInstanceForType()
public Ftp getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Ftp |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Ftp other)
public Ftp.Builder mergeFrom(Ftp other)| Parameter | |
|---|---|
| Name | Description |
other |
Ftp |
| Returns | |
|---|---|
| Type | Description |
Ftp.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Ftp.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Ftp.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Ftp.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Ftp.Builder |
|
setCommand(String value)
public Ftp.Builder setCommand(String value)The FTP command.
string command = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe command to set. |
| Returns | |
|---|---|
| Type | Description |
Ftp.Builder |
This builder for chaining. |
setCommandBytes(ByteString value)
public Ftp.Builder setCommandBytes(ByteString value)The FTP command.
string command = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for command to set. |
| Returns | |
|---|---|
| Type | Description |
Ftp.Builder |
This builder for chaining. |