Class Wire.Packet.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Wire.Packet.Builder>
com.google.protobuf.GeneratedMessage.Builder<Wire.Packet.Builder>
fsutil.types.Wire.Packet.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Wire.PacketOrBuilder, Cloneable
Enclosing class:
Wire.Packet

public static final class Wire.Packet.Builder extends com.google.protobuf.GeneratedMessage.Builder<Wire.Packet.Builder> implements Wire.PacketOrBuilder
Protobuf type fsutil.types.Packet
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Wire.Packet.Builder>
    • clear

      public Wire.Packet.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Wire.Packet.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Wire.Packet.Builder>
    • getDefaultInstanceForType

      public Wire.Packet getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Wire.Packet build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Wire.Packet buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Wire.Packet.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Wire.Packet.Builder>
    • mergeFrom

      public Wire.Packet.Builder mergeFrom(Wire.Packet other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Wire.Packet.Builder>
    • mergeFrom

      public Wire.Packet.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Wire.Packet.Builder>
      Throws:
      IOException
    • getTypeValue

      public int getTypeValue()
      .fsutil.types.Packet.PacketType type = 1;
      Specified by:
      getTypeValue in interface Wire.PacketOrBuilder
      Returns:
      The enum numeric value on the wire for type.
    • setTypeValue

      public Wire.Packet.Builder setTypeValue(int value)
      .fsutil.types.Packet.PacketType type = 1;
      Parameters:
      value - The enum numeric value on the wire for type to set.
      Returns:
      This builder for chaining.
    • getType

      public Wire.Packet.PacketType getType()
      .fsutil.types.Packet.PacketType type = 1;
      Specified by:
      getType in interface Wire.PacketOrBuilder
      Returns:
      The type.
    • setType

      .fsutil.types.Packet.PacketType type = 1;
      Parameters:
      value - The type to set.
      Returns:
      This builder for chaining.
    • clearType

      public Wire.Packet.Builder clearType()
      .fsutil.types.Packet.PacketType type = 1;
      Returns:
      This builder for chaining.
    • hasStat

      public boolean hasStat()
      .fsutil.types.Stat stat = 2;
      Specified by:
      hasStat in interface Wire.PacketOrBuilder
      Returns:
      Whether the stat field is set.
    • getStat

      public StatOuterClass.Stat getStat()
      .fsutil.types.Stat stat = 2;
      Specified by:
      getStat in interface Wire.PacketOrBuilder
      Returns:
      The stat.
    • setStat

      public Wire.Packet.Builder setStat(StatOuterClass.Stat value)
      .fsutil.types.Stat stat = 2;
    • setStat

      public Wire.Packet.Builder setStat(StatOuterClass.Stat.Builder builderForValue)
      .fsutil.types.Stat stat = 2;
    • mergeStat

      public Wire.Packet.Builder mergeStat(StatOuterClass.Stat value)
      .fsutil.types.Stat stat = 2;
    • clearStat

      public Wire.Packet.Builder clearStat()
      .fsutil.types.Stat stat = 2;
    • getStatBuilder

      public StatOuterClass.Stat.Builder getStatBuilder()
      .fsutil.types.Stat stat = 2;
    • getStatOrBuilder

      public StatOuterClass.StatOrBuilder getStatOrBuilder()
      .fsutil.types.Stat stat = 2;
      Specified by:
      getStatOrBuilder in interface Wire.PacketOrBuilder
    • getID

      public int getID()
      uint32 ID = 3;
      Specified by:
      getID in interface Wire.PacketOrBuilder
      Returns:
      The iD.
    • setID

      public Wire.Packet.Builder setID(int value)
      uint32 ID = 3;
      Parameters:
      value - The iD to set.
      Returns:
      This builder for chaining.
    • clearID

      public Wire.Packet.Builder clearID()
      uint32 ID = 3;
      Returns:
      This builder for chaining.
    • getData

      public com.google.protobuf.ByteString getData()
      bytes data = 4;
      Specified by:
      getData in interface Wire.PacketOrBuilder
      Returns:
      The data.
    • setData

      public Wire.Packet.Builder setData(com.google.protobuf.ByteString value)
      bytes data = 4;
      Parameters:
      value - The data to set.
      Returns:
      This builder for chaining.
    • clearData

      public Wire.Packet.Builder clearData()
      bytes data = 4;
      Returns:
      This builder for chaining.