All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Data.Gift.GiftBoxDetailsOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: POGOProtos/Data/Gift/GiftBoxDetails.proto

package POGOProtos.Data.Gift;

public final class GiftBoxDetailsOuterClass {
  private GiftBoxDetailsOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface GiftBoxDetailsOrBuilder extends
      // @@protoc_insertion_point(interface_extends:POGOProtos.Data.Gift.GiftBoxDetails)
      com.google.protobuf.MessageOrBuilder {

    /**
     * fixed64 giftbox_id = 1;
     */
    long getGiftboxId();

    /**
     * string sender_id = 2;
     */
    java.lang.String getSenderId();
    /**
     * string sender_id = 2;
     */
    com.google.protobuf.ByteString
        getSenderIdBytes();

    /**
     * string sender_codename = 3;
     */
    java.lang.String getSenderCodename();
    /**
     * string sender_codename = 3;
     */
    com.google.protobuf.ByteString
        getSenderCodenameBytes();

    /**
     * string receiver_id = 4;
     */
    java.lang.String getReceiverId();
    /**
     * string receiver_id = 4;
     */
    com.google.protobuf.ByteString
        getReceiverIdBytes();

    /**
     * string receiver_codename = 5;
     */
    java.lang.String getReceiverCodename();
    /**
     * string receiver_codename = 5;
     */
    com.google.protobuf.ByteString
        getReceiverCodenameBytes();

    /**
     * string fort_id = 6;
     */
    java.lang.String getFortId();
    /**
     * string fort_id = 6;
     */
    com.google.protobuf.ByteString
        getFortIdBytes();

    /**
     * string fort_name = 7;
     */
    java.lang.String getFortName();
    /**
     * string fort_name = 7;
     */
    com.google.protobuf.ByteString
        getFortNameBytes();

    /**
     * double fort_lat = 8;
     */
    double getFortLat();

    /**
     * double fort_lng = 9;
     */
    double getFortLng();

    /**
     * string fort_image_url = 10;
     */
    java.lang.String getFortImageUrl();
    /**
     * string fort_image_url = 10;
     */
    com.google.protobuf.ByteString
        getFortImageUrlBytes();

    /**
     * int64 creation_timestamp = 11;
     */
    long getCreationTimestamp();

    /**
     * int64 sent_timestamp = 12;
     */
    long getSentTimestamp();

    /**
     * fixed64 delivery_pokemon_id = 13;
     */
    long getDeliveryPokemonId();

    /**
     * bool is_sponsored = 14;
     */
    boolean getIsSponsored();
  }
  /**
   * Protobuf type {@code POGOProtos.Data.Gift.GiftBoxDetails}
   */
  public  static final class GiftBoxDetails extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:POGOProtos.Data.Gift.GiftBoxDetails)
      GiftBoxDetailsOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use GiftBoxDetails.newBuilder() to construct.
    private GiftBoxDetails(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private GiftBoxDetails() {
      giftboxId_ = 0L;
      senderId_ = "";
      senderCodename_ = "";
      receiverId_ = "";
      receiverCodename_ = "";
      fortId_ = "";
      fortName_ = "";
      fortLat_ = 0D;
      fortLng_ = 0D;
      fortImageUrl_ = "";
      creationTimestamp_ = 0L;
      sentTimestamp_ = 0L;
      deliveryPokemonId_ = 0L;
      isSponsored_ = false;
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private GiftBoxDetails(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      int mutable_bitField0_ = 0;
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 9: {

              giftboxId_ = input.readFixed64();
              break;
            }
            case 18: {
              java.lang.String s = input.readStringRequireUtf8();

              senderId_ = s;
              break;
            }
            case 26: {
              java.lang.String s = input.readStringRequireUtf8();

              senderCodename_ = s;
              break;
            }
            case 34: {
              java.lang.String s = input.readStringRequireUtf8();

              receiverId_ = s;
              break;
            }
            case 42: {
              java.lang.String s = input.readStringRequireUtf8();

              receiverCodename_ = s;
              break;
            }
            case 50: {
              java.lang.String s = input.readStringRequireUtf8();

              fortId_ = s;
              break;
            }
            case 58: {
              java.lang.String s = input.readStringRequireUtf8();

              fortName_ = s;
              break;
            }
            case 65: {

              fortLat_ = input.readDouble();
              break;
            }
            case 73: {

              fortLng_ = input.readDouble();
              break;
            }
            case 82: {
              java.lang.String s = input.readStringRequireUtf8();

              fortImageUrl_ = s;
              break;
            }
            case 88: {

              creationTimestamp_ = input.readInt64();
              break;
            }
            case 96: {

              sentTimestamp_ = input.readInt64();
              break;
            }
            case 105: {

              deliveryPokemonId_ = input.readFixed64();
              break;
            }
            case 112: {

              isSponsored_ = input.readBool();
              break;
            }
            default: {
              if (!parseUnknownFieldProto3(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.internal_static_POGOProtos_Data_Gift_GiftBoxDetails_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.internal_static_POGOProtos_Data_Gift_GiftBoxDetails_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails.class, POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails.Builder.class);
    }

    public static final int GIFTBOX_ID_FIELD_NUMBER = 1;
    private long giftboxId_;
    /**
     * fixed64 giftbox_id = 1;
     */
    public long getGiftboxId() {
      return giftboxId_;
    }

    public static final int SENDER_ID_FIELD_NUMBER = 2;
    private volatile java.lang.Object senderId_;
    /**
     * string sender_id = 2;
     */
    public java.lang.String getSenderId() {
      java.lang.Object ref = senderId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        senderId_ = s;
        return s;
      }
    }
    /**
     * string sender_id = 2;
     */
    public com.google.protobuf.ByteString
        getSenderIdBytes() {
      java.lang.Object ref = senderId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        senderId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int SENDER_CODENAME_FIELD_NUMBER = 3;
    private volatile java.lang.Object senderCodename_;
    /**
     * string sender_codename = 3;
     */
    public java.lang.String getSenderCodename() {
      java.lang.Object ref = senderCodename_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        senderCodename_ = s;
        return s;
      }
    }
    /**
     * string sender_codename = 3;
     */
    public com.google.protobuf.ByteString
        getSenderCodenameBytes() {
      java.lang.Object ref = senderCodename_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        senderCodename_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int RECEIVER_ID_FIELD_NUMBER = 4;
    private volatile java.lang.Object receiverId_;
    /**
     * string receiver_id = 4;
     */
    public java.lang.String getReceiverId() {
      java.lang.Object ref = receiverId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        receiverId_ = s;
        return s;
      }
    }
    /**
     * string receiver_id = 4;
     */
    public com.google.protobuf.ByteString
        getReceiverIdBytes() {
      java.lang.Object ref = receiverId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        receiverId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int RECEIVER_CODENAME_FIELD_NUMBER = 5;
    private volatile java.lang.Object receiverCodename_;
    /**
     * string receiver_codename = 5;
     */
    public java.lang.String getReceiverCodename() {
      java.lang.Object ref = receiverCodename_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        receiverCodename_ = s;
        return s;
      }
    }
    /**
     * string receiver_codename = 5;
     */
    public com.google.protobuf.ByteString
        getReceiverCodenameBytes() {
      java.lang.Object ref = receiverCodename_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        receiverCodename_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int FORT_ID_FIELD_NUMBER = 6;
    private volatile java.lang.Object fortId_;
    /**
     * string fort_id = 6;
     */
    public java.lang.String getFortId() {
      java.lang.Object ref = fortId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        fortId_ = s;
        return s;
      }
    }
    /**
     * string fort_id = 6;
     */
    public com.google.protobuf.ByteString
        getFortIdBytes() {
      java.lang.Object ref = fortId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        fortId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int FORT_NAME_FIELD_NUMBER = 7;
    private volatile java.lang.Object fortName_;
    /**
     * string fort_name = 7;
     */
    public java.lang.String getFortName() {
      java.lang.Object ref = fortName_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        fortName_ = s;
        return s;
      }
    }
    /**
     * string fort_name = 7;
     */
    public com.google.protobuf.ByteString
        getFortNameBytes() {
      java.lang.Object ref = fortName_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        fortName_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int FORT_LAT_FIELD_NUMBER = 8;
    private double fortLat_;
    /**
     * double fort_lat = 8;
     */
    public double getFortLat() {
      return fortLat_;
    }

    public static final int FORT_LNG_FIELD_NUMBER = 9;
    private double fortLng_;
    /**
     * double fort_lng = 9;
     */
    public double getFortLng() {
      return fortLng_;
    }

    public static final int FORT_IMAGE_URL_FIELD_NUMBER = 10;
    private volatile java.lang.Object fortImageUrl_;
    /**
     * string fort_image_url = 10;
     */
    public java.lang.String getFortImageUrl() {
      java.lang.Object ref = fortImageUrl_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        fortImageUrl_ = s;
        return s;
      }
    }
    /**
     * string fort_image_url = 10;
     */
    public com.google.protobuf.ByteString
        getFortImageUrlBytes() {
      java.lang.Object ref = fortImageUrl_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        fortImageUrl_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int CREATION_TIMESTAMP_FIELD_NUMBER = 11;
    private long creationTimestamp_;
    /**
     * int64 creation_timestamp = 11;
     */
    public long getCreationTimestamp() {
      return creationTimestamp_;
    }

    public static final int SENT_TIMESTAMP_FIELD_NUMBER = 12;
    private long sentTimestamp_;
    /**
     * int64 sent_timestamp = 12;
     */
    public long getSentTimestamp() {
      return sentTimestamp_;
    }

    public static final int DELIVERY_POKEMON_ID_FIELD_NUMBER = 13;
    private long deliveryPokemonId_;
    /**
     * fixed64 delivery_pokemon_id = 13;
     */
    public long getDeliveryPokemonId() {
      return deliveryPokemonId_;
    }

    public static final int IS_SPONSORED_FIELD_NUMBER = 14;
    private boolean isSponsored_;
    /**
     * bool is_sponsored = 14;
     */
    public boolean getIsSponsored() {
      return isSponsored_;
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (giftboxId_ != 0L) {
        output.writeFixed64(1, giftboxId_);
      }
      if (!getSenderIdBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, senderId_);
      }
      if (!getSenderCodenameBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 3, senderCodename_);
      }
      if (!getReceiverIdBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 4, receiverId_);
      }
      if (!getReceiverCodenameBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 5, receiverCodename_);
      }
      if (!getFortIdBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 6, fortId_);
      }
      if (!getFortNameBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 7, fortName_);
      }
      if (fortLat_ != 0D) {
        output.writeDouble(8, fortLat_);
      }
      if (fortLng_ != 0D) {
        output.writeDouble(9, fortLng_);
      }
      if (!getFortImageUrlBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 10, fortImageUrl_);
      }
      if (creationTimestamp_ != 0L) {
        output.writeInt64(11, creationTimestamp_);
      }
      if (sentTimestamp_ != 0L) {
        output.writeInt64(12, sentTimestamp_);
      }
      if (deliveryPokemonId_ != 0L) {
        output.writeFixed64(13, deliveryPokemonId_);
      }
      if (isSponsored_ != false) {
        output.writeBool(14, isSponsored_);
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (giftboxId_ != 0L) {
        size += com.google.protobuf.CodedOutputStream
          .computeFixed64Size(1, giftboxId_);
      }
      if (!getSenderIdBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, senderId_);
      }
      if (!getSenderCodenameBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, senderCodename_);
      }
      if (!getReceiverIdBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, receiverId_);
      }
      if (!getReceiverCodenameBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, receiverCodename_);
      }
      if (!getFortIdBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, fortId_);
      }
      if (!getFortNameBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, fortName_);
      }
      if (fortLat_ != 0D) {
        size += com.google.protobuf.CodedOutputStream
          .computeDoubleSize(8, fortLat_);
      }
      if (fortLng_ != 0D) {
        size += com.google.protobuf.CodedOutputStream
          .computeDoubleSize(9, fortLng_);
      }
      if (!getFortImageUrlBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, fortImageUrl_);
      }
      if (creationTimestamp_ != 0L) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(11, creationTimestamp_);
      }
      if (sentTimestamp_ != 0L) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(12, sentTimestamp_);
      }
      if (deliveryPokemonId_ != 0L) {
        size += com.google.protobuf.CodedOutputStream
          .computeFixed64Size(13, deliveryPokemonId_);
      }
      if (isSponsored_ != false) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(14, isSponsored_);
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails)) {
        return super.equals(obj);
      }
      POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails other = (POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails) obj;

      boolean result = true;
      result = result && (getGiftboxId()
          == other.getGiftboxId());
      result = result && getSenderId()
          .equals(other.getSenderId());
      result = result && getSenderCodename()
          .equals(other.getSenderCodename());
      result = result && getReceiverId()
          .equals(other.getReceiverId());
      result = result && getReceiverCodename()
          .equals(other.getReceiverCodename());
      result = result && getFortId()
          .equals(other.getFortId());
      result = result && getFortName()
          .equals(other.getFortName());
      result = result && (
          java.lang.Double.doubleToLongBits(getFortLat())
          == java.lang.Double.doubleToLongBits(
              other.getFortLat()));
      result = result && (
          java.lang.Double.doubleToLongBits(getFortLng())
          == java.lang.Double.doubleToLongBits(
              other.getFortLng()));
      result = result && getFortImageUrl()
          .equals(other.getFortImageUrl());
      result = result && (getCreationTimestamp()
          == other.getCreationTimestamp());
      result = result && (getSentTimestamp()
          == other.getSentTimestamp());
      result = result && (getDeliveryPokemonId()
          == other.getDeliveryPokemonId());
      result = result && (getIsSponsored()
          == other.getIsSponsored());
      result = result && unknownFields.equals(other.unknownFields);
      return result;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + GIFTBOX_ID_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          getGiftboxId());
      hash = (37 * hash) + SENDER_ID_FIELD_NUMBER;
      hash = (53 * hash) + getSenderId().hashCode();
      hash = (37 * hash) + SENDER_CODENAME_FIELD_NUMBER;
      hash = (53 * hash) + getSenderCodename().hashCode();
      hash = (37 * hash) + RECEIVER_ID_FIELD_NUMBER;
      hash = (53 * hash) + getReceiverId().hashCode();
      hash = (37 * hash) + RECEIVER_CODENAME_FIELD_NUMBER;
      hash = (53 * hash) + getReceiverCodename().hashCode();
      hash = (37 * hash) + FORT_ID_FIELD_NUMBER;
      hash = (53 * hash) + getFortId().hashCode();
      hash = (37 * hash) + FORT_NAME_FIELD_NUMBER;
      hash = (53 * hash) + getFortName().hashCode();
      hash = (37 * hash) + FORT_LAT_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          java.lang.Double.doubleToLongBits(getFortLat()));
      hash = (37 * hash) + FORT_LNG_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          java.lang.Double.doubleToLongBits(getFortLng()));
      hash = (37 * hash) + FORT_IMAGE_URL_FIELD_NUMBER;
      hash = (53 * hash) + getFortImageUrl().hashCode();
      hash = (37 * hash) + CREATION_TIMESTAMP_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          getCreationTimestamp());
      hash = (37 * hash) + SENT_TIMESTAMP_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          getSentTimestamp());
      hash = (37 * hash) + DELIVERY_POKEMON_ID_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          getDeliveryPokemonId());
      hash = (37 * hash) + IS_SPONSORED_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
          getIsSponsored());
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code POGOProtos.Data.Gift.GiftBoxDetails}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:POGOProtos.Data.Gift.GiftBoxDetails)
        POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetailsOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.internal_static_POGOProtos_Data_Gift_GiftBoxDetails_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.internal_static_POGOProtos_Data_Gift_GiftBoxDetails_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails.class, POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails.Builder.class);
      }

      // Construct using POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        giftboxId_ = 0L;

        senderId_ = "";

        senderCodename_ = "";

        receiverId_ = "";

        receiverCodename_ = "";

        fortId_ = "";

        fortName_ = "";

        fortLat_ = 0D;

        fortLng_ = 0D;

        fortImageUrl_ = "";

        creationTimestamp_ = 0L;

        sentTimestamp_ = 0L;

        deliveryPokemonId_ = 0L;

        isSponsored_ = false;

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.internal_static_POGOProtos_Data_Gift_GiftBoxDetails_descriptor;
      }

      @java.lang.Override
      public POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails getDefaultInstanceForType() {
        return POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails.getDefaultInstance();
      }

      @java.lang.Override
      public POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails build() {
        POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails buildPartial() {
        POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails result = new POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails(this);
        result.giftboxId_ = giftboxId_;
        result.senderId_ = senderId_;
        result.senderCodename_ = senderCodename_;
        result.receiverId_ = receiverId_;
        result.receiverCodename_ = receiverCodename_;
        result.fortId_ = fortId_;
        result.fortName_ = fortName_;
        result.fortLat_ = fortLat_;
        result.fortLng_ = fortLng_;
        result.fortImageUrl_ = fortImageUrl_;
        result.creationTimestamp_ = creationTimestamp_;
        result.sentTimestamp_ = sentTimestamp_;
        result.deliveryPokemonId_ = deliveryPokemonId_;
        result.isSponsored_ = isSponsored_;
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return (Builder) super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return (Builder) super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return (Builder) super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return (Builder) super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return (Builder) super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return (Builder) super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails) {
          return mergeFrom((POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails other) {
        if (other == POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails.getDefaultInstance()) return this;
        if (other.getGiftboxId() != 0L) {
          setGiftboxId(other.getGiftboxId());
        }
        if (!other.getSenderId().isEmpty()) {
          senderId_ = other.senderId_;
          onChanged();
        }
        if (!other.getSenderCodename().isEmpty()) {
          senderCodename_ = other.senderCodename_;
          onChanged();
        }
        if (!other.getReceiverId().isEmpty()) {
          receiverId_ = other.receiverId_;
          onChanged();
        }
        if (!other.getReceiverCodename().isEmpty()) {
          receiverCodename_ = other.receiverCodename_;
          onChanged();
        }
        if (!other.getFortId().isEmpty()) {
          fortId_ = other.fortId_;
          onChanged();
        }
        if (!other.getFortName().isEmpty()) {
          fortName_ = other.fortName_;
          onChanged();
        }
        if (other.getFortLat() != 0D) {
          setFortLat(other.getFortLat());
        }
        if (other.getFortLng() != 0D) {
          setFortLng(other.getFortLng());
        }
        if (!other.getFortImageUrl().isEmpty()) {
          fortImageUrl_ = other.fortImageUrl_;
          onChanged();
        }
        if (other.getCreationTimestamp() != 0L) {
          setCreationTimestamp(other.getCreationTimestamp());
        }
        if (other.getSentTimestamp() != 0L) {
          setSentTimestamp(other.getSentTimestamp());
        }
        if (other.getDeliveryPokemonId() != 0L) {
          setDeliveryPokemonId(other.getDeliveryPokemonId());
        }
        if (other.getIsSponsored() != false) {
          setIsSponsored(other.getIsSponsored());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private long giftboxId_ ;
      /**
       * fixed64 giftbox_id = 1;
       */
      public long getGiftboxId() {
        return giftboxId_;
      }
      /**
       * fixed64 giftbox_id = 1;
       */
      public Builder setGiftboxId(long value) {
        
        giftboxId_ = value;
        onChanged();
        return this;
      }
      /**
       * fixed64 giftbox_id = 1;
       */
      public Builder clearGiftboxId() {
        
        giftboxId_ = 0L;
        onChanged();
        return this;
      }

      private java.lang.Object senderId_ = "";
      /**
       * string sender_id = 2;
       */
      public java.lang.String getSenderId() {
        java.lang.Object ref = senderId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          senderId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string sender_id = 2;
       */
      public com.google.protobuf.ByteString
          getSenderIdBytes() {
        java.lang.Object ref = senderId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          senderId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string sender_id = 2;
       */
      public Builder setSenderId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        senderId_ = value;
        onChanged();
        return this;
      }
      /**
       * string sender_id = 2;
       */
      public Builder clearSenderId() {
        
        senderId_ = getDefaultInstance().getSenderId();
        onChanged();
        return this;
      }
      /**
       * string sender_id = 2;
       */
      public Builder setSenderIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        senderId_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object senderCodename_ = "";
      /**
       * string sender_codename = 3;
       */
      public java.lang.String getSenderCodename() {
        java.lang.Object ref = senderCodename_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          senderCodename_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string sender_codename = 3;
       */
      public com.google.protobuf.ByteString
          getSenderCodenameBytes() {
        java.lang.Object ref = senderCodename_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          senderCodename_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string sender_codename = 3;
       */
      public Builder setSenderCodename(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        senderCodename_ = value;
        onChanged();
        return this;
      }
      /**
       * string sender_codename = 3;
       */
      public Builder clearSenderCodename() {
        
        senderCodename_ = getDefaultInstance().getSenderCodename();
        onChanged();
        return this;
      }
      /**
       * string sender_codename = 3;
       */
      public Builder setSenderCodenameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        senderCodename_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object receiverId_ = "";
      /**
       * string receiver_id = 4;
       */
      public java.lang.String getReceiverId() {
        java.lang.Object ref = receiverId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          receiverId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string receiver_id = 4;
       */
      public com.google.protobuf.ByteString
          getReceiverIdBytes() {
        java.lang.Object ref = receiverId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          receiverId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string receiver_id = 4;
       */
      public Builder setReceiverId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        receiverId_ = value;
        onChanged();
        return this;
      }
      /**
       * string receiver_id = 4;
       */
      public Builder clearReceiverId() {
        
        receiverId_ = getDefaultInstance().getReceiverId();
        onChanged();
        return this;
      }
      /**
       * string receiver_id = 4;
       */
      public Builder setReceiverIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        receiverId_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object receiverCodename_ = "";
      /**
       * string receiver_codename = 5;
       */
      public java.lang.String getReceiverCodename() {
        java.lang.Object ref = receiverCodename_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          receiverCodename_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string receiver_codename = 5;
       */
      public com.google.protobuf.ByteString
          getReceiverCodenameBytes() {
        java.lang.Object ref = receiverCodename_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          receiverCodename_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string receiver_codename = 5;
       */
      public Builder setReceiverCodename(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        receiverCodename_ = value;
        onChanged();
        return this;
      }
      /**
       * string receiver_codename = 5;
       */
      public Builder clearReceiverCodename() {
        
        receiverCodename_ = getDefaultInstance().getReceiverCodename();
        onChanged();
        return this;
      }
      /**
       * string receiver_codename = 5;
       */
      public Builder setReceiverCodenameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        receiverCodename_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object fortId_ = "";
      /**
       * string fort_id = 6;
       */
      public java.lang.String getFortId() {
        java.lang.Object ref = fortId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          fortId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string fort_id = 6;
       */
      public com.google.protobuf.ByteString
          getFortIdBytes() {
        java.lang.Object ref = fortId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          fortId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string fort_id = 6;
       */
      public Builder setFortId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        fortId_ = value;
        onChanged();
        return this;
      }
      /**
       * string fort_id = 6;
       */
      public Builder clearFortId() {
        
        fortId_ = getDefaultInstance().getFortId();
        onChanged();
        return this;
      }
      /**
       * string fort_id = 6;
       */
      public Builder setFortIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        fortId_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object fortName_ = "";
      /**
       * string fort_name = 7;
       */
      public java.lang.String getFortName() {
        java.lang.Object ref = fortName_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          fortName_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string fort_name = 7;
       */
      public com.google.protobuf.ByteString
          getFortNameBytes() {
        java.lang.Object ref = fortName_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          fortName_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string fort_name = 7;
       */
      public Builder setFortName(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        fortName_ = value;
        onChanged();
        return this;
      }
      /**
       * string fort_name = 7;
       */
      public Builder clearFortName() {
        
        fortName_ = getDefaultInstance().getFortName();
        onChanged();
        return this;
      }
      /**
       * string fort_name = 7;
       */
      public Builder setFortNameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        fortName_ = value;
        onChanged();
        return this;
      }

      private double fortLat_ ;
      /**
       * double fort_lat = 8;
       */
      public double getFortLat() {
        return fortLat_;
      }
      /**
       * double fort_lat = 8;
       */
      public Builder setFortLat(double value) {
        
        fortLat_ = value;
        onChanged();
        return this;
      }
      /**
       * double fort_lat = 8;
       */
      public Builder clearFortLat() {
        
        fortLat_ = 0D;
        onChanged();
        return this;
      }

      private double fortLng_ ;
      /**
       * double fort_lng = 9;
       */
      public double getFortLng() {
        return fortLng_;
      }
      /**
       * double fort_lng = 9;
       */
      public Builder setFortLng(double value) {
        
        fortLng_ = value;
        onChanged();
        return this;
      }
      /**
       * double fort_lng = 9;
       */
      public Builder clearFortLng() {
        
        fortLng_ = 0D;
        onChanged();
        return this;
      }

      private java.lang.Object fortImageUrl_ = "";
      /**
       * string fort_image_url = 10;
       */
      public java.lang.String getFortImageUrl() {
        java.lang.Object ref = fortImageUrl_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          fortImageUrl_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string fort_image_url = 10;
       */
      public com.google.protobuf.ByteString
          getFortImageUrlBytes() {
        java.lang.Object ref = fortImageUrl_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          fortImageUrl_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string fort_image_url = 10;
       */
      public Builder setFortImageUrl(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        fortImageUrl_ = value;
        onChanged();
        return this;
      }
      /**
       * string fort_image_url = 10;
       */
      public Builder clearFortImageUrl() {
        
        fortImageUrl_ = getDefaultInstance().getFortImageUrl();
        onChanged();
        return this;
      }
      /**
       * string fort_image_url = 10;
       */
      public Builder setFortImageUrlBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        fortImageUrl_ = value;
        onChanged();
        return this;
      }

      private long creationTimestamp_ ;
      /**
       * int64 creation_timestamp = 11;
       */
      public long getCreationTimestamp() {
        return creationTimestamp_;
      }
      /**
       * int64 creation_timestamp = 11;
       */
      public Builder setCreationTimestamp(long value) {
        
        creationTimestamp_ = value;
        onChanged();
        return this;
      }
      /**
       * int64 creation_timestamp = 11;
       */
      public Builder clearCreationTimestamp() {
        
        creationTimestamp_ = 0L;
        onChanged();
        return this;
      }

      private long sentTimestamp_ ;
      /**
       * int64 sent_timestamp = 12;
       */
      public long getSentTimestamp() {
        return sentTimestamp_;
      }
      /**
       * int64 sent_timestamp = 12;
       */
      public Builder setSentTimestamp(long value) {
        
        sentTimestamp_ = value;
        onChanged();
        return this;
      }
      /**
       * int64 sent_timestamp = 12;
       */
      public Builder clearSentTimestamp() {
        
        sentTimestamp_ = 0L;
        onChanged();
        return this;
      }

      private long deliveryPokemonId_ ;
      /**
       * fixed64 delivery_pokemon_id = 13;
       */
      public long getDeliveryPokemonId() {
        return deliveryPokemonId_;
      }
      /**
       * fixed64 delivery_pokemon_id = 13;
       */
      public Builder setDeliveryPokemonId(long value) {
        
        deliveryPokemonId_ = value;
        onChanged();
        return this;
      }
      /**
       * fixed64 delivery_pokemon_id = 13;
       */
      public Builder clearDeliveryPokemonId() {
        
        deliveryPokemonId_ = 0L;
        onChanged();
        return this;
      }

      private boolean isSponsored_ ;
      /**
       * bool is_sponsored = 14;
       */
      public boolean getIsSponsored() {
        return isSponsored_;
      }
      /**
       * bool is_sponsored = 14;
       */
      public Builder setIsSponsored(boolean value) {
        
        isSponsored_ = value;
        onChanged();
        return this;
      }
      /**
       * bool is_sponsored = 14;
       */
      public Builder clearIsSponsored() {
        
        isSponsored_ = false;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFieldsProto3(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:POGOProtos.Data.Gift.GiftBoxDetails)
    }

    // @@protoc_insertion_point(class_scope:POGOProtos.Data.Gift.GiftBoxDetails)
    private static final POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails();
    }

    public static POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public GiftBoxDetails parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new GiftBoxDetails(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public POGOProtos.Data.Gift.GiftBoxDetailsOuterClass.GiftBoxDetails getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_POGOProtos_Data_Gift_GiftBoxDetails_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_POGOProtos_Data_Gift_GiftBoxDetails_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n)POGOProtos/Data/Gift/GiftBoxDetails.pr" +
      "oto\022\024POGOProtos.Data.Gift\"\307\002\n\016GiftBoxDet" +
      "ails\022\022\n\ngiftbox_id\030\001 \001(\006\022\021\n\tsender_id\030\002 " +
      "\001(\t\022\027\n\017sender_codename\030\003 \001(\t\022\023\n\013receiver" +
      "_id\030\004 \001(\t\022\031\n\021receiver_codename\030\005 \001(\t\022\017\n\007" +
      "fort_id\030\006 \001(\t\022\021\n\tfort_name\030\007 \001(\t\022\020\n\010fort" +
      "_lat\030\010 \001(\001\022\020\n\010fort_lng\030\t \001(\001\022\026\n\016fort_ima" +
      "ge_url\030\n \001(\t\022\032\n\022creation_timestamp\030\013 \001(\003" +
      "\022\026\n\016sent_timestamp\030\014 \001(\003\022\033\n\023delivery_pok" +
      "emon_id\030\r \001(\006\022\024\n\014is_sponsored\030\016 \001(\010b\006pro" +
      "to3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        }, assigner);
    internal_static_POGOProtos_Data_Gift_GiftBoxDetails_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_POGOProtos_Data_Gift_GiftBoxDetails_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_POGOProtos_Data_Gift_GiftBoxDetails_descriptor,
        new java.lang.String[] { "GiftboxId", "SenderId", "SenderCodename", "ReceiverId", "ReceiverCodename", "FortId", "FortName", "FortLat", "FortLng", "FortImageUrl", "CreationTimestamp", "SentTimestamp", "DeliveryPokemonId", "IsSponsored", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy