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

org.apache.iotdb.service.rpc.thrift.LicenseInfoResp Maven / Gradle / Ivy

The newest version!
/**
 * Autogenerated by Thrift Compiler (0.14.1)
 *
 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 *  @generated
 */
package org.apache.iotdb.service.rpc.thrift;

@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.14.1)", date = "2024-09-12")
public class LicenseInfoResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable {
  private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("LicenseInfoResp");

  private static final org.apache.thrift.protocol.TField STATUS_FIELD_DESC = new org.apache.thrift.protocol.TField("status", org.apache.thrift.protocol.TType.STRUCT, (short)1);
  private static final org.apache.thrift.protocol.TField IS_ACTIVE_FIELD_DESC = new org.apache.thrift.protocol.TField("isActive", org.apache.thrift.protocol.TType.BOOL, (short)2);
  private static final org.apache.thrift.protocol.TField EXPIRE_DATE_FIELD_DESC = new org.apache.thrift.protocol.TField("expireDate", org.apache.thrift.protocol.TType.STRING, (short)3);
  private static final org.apache.thrift.protocol.TField IS_ENTERPRISE_FIELD_DESC = new org.apache.thrift.protocol.TField("isEnterprise", org.apache.thrift.protocol.TType.BOOL, (short)4);
  private static final org.apache.thrift.protocol.TField LICENSE_FIELD_DESC = new org.apache.thrift.protocol.TField("license", org.apache.thrift.protocol.TType.STRUCT, (short)5);
  private static final org.apache.thrift.protocol.TField USAGE_FIELD_DESC = new org.apache.thrift.protocol.TField("usage", org.apache.thrift.protocol.TType.STRUCT, (short)6);

  private static final org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY = new LicenseInfoRespStandardSchemeFactory();
  private static final org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY = new LicenseInfoRespTupleSchemeFactory();

  public @org.apache.thrift.annotation.Nullable org.apache.iotdb.common.rpc.thrift.TSStatus status; // required
  public boolean isActive; // optional
  public @org.apache.thrift.annotation.Nullable java.lang.String expireDate; // optional
  public boolean isEnterprise; // optional
  public @org.apache.thrift.annotation.Nullable org.apache.iotdb.common.rpc.thrift.TLicense license; // optional
  public @org.apache.thrift.annotation.Nullable org.apache.iotdb.common.rpc.thrift.TLicense usage; // optional

  /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
  public enum _Fields implements org.apache.thrift.TFieldIdEnum {
    STATUS((short)1, "status"),
    IS_ACTIVE((short)2, "isActive"),
    EXPIRE_DATE((short)3, "expireDate"),
    IS_ENTERPRISE((short)4, "isEnterprise"),
    LICENSE((short)5, "license"),
    USAGE((short)6, "usage");

    private static final java.util.Map byName = new java.util.HashMap();

    static {
      for (_Fields field : java.util.EnumSet.allOf(_Fields.class)) {
        byName.put(field.getFieldName(), field);
      }
    }

    /**
     * Find the _Fields constant that matches fieldId, or null if its not found.
     */
    @org.apache.thrift.annotation.Nullable
    public static _Fields findByThriftId(int fieldId) {
      switch(fieldId) {
        case 1: // STATUS
          return STATUS;
        case 2: // IS_ACTIVE
          return IS_ACTIVE;
        case 3: // EXPIRE_DATE
          return EXPIRE_DATE;
        case 4: // IS_ENTERPRISE
          return IS_ENTERPRISE;
        case 5: // LICENSE
          return LICENSE;
        case 6: // USAGE
          return USAGE;
        default:
          return null;
      }
    }

    /**
     * Find the _Fields constant that matches fieldId, throwing an exception
     * if it is not found.
     */
    public static _Fields findByThriftIdOrThrow(int fieldId) {
      _Fields fields = findByThriftId(fieldId);
      if (fields == null) throw new java.lang.IllegalArgumentException("Field " + fieldId + " doesn't exist!");
      return fields;
    }

    /**
     * Find the _Fields constant that matches name, or null if its not found.
     */
    @org.apache.thrift.annotation.Nullable
    public static _Fields findByName(java.lang.String name) {
      return byName.get(name);
    }

    private final short _thriftId;
    private final java.lang.String _fieldName;

    _Fields(short thriftId, java.lang.String fieldName) {
      _thriftId = thriftId;
      _fieldName = fieldName;
    }

    public short getThriftFieldId() {
      return _thriftId;
    }

    public java.lang.String getFieldName() {
      return _fieldName;
    }
  }

  // isset id assignments
  private static final int __ISACTIVE_ISSET_ID = 0;
  private static final int __ISENTERPRISE_ISSET_ID = 1;
  private byte __isset_bitfield = 0;
  private static final _Fields optionals[] = {_Fields.IS_ACTIVE,_Fields.EXPIRE_DATE,_Fields.IS_ENTERPRISE,_Fields.LICENSE,_Fields.USAGE};
  public static final java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
  static {
    java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new java.util.EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
    tmpMap.put(_Fields.STATUS, new org.apache.thrift.meta_data.FieldMetaData("status", org.apache.thrift.TFieldRequirementType.REQUIRED, 
        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, org.apache.iotdb.common.rpc.thrift.TSStatus.class)));
    tmpMap.put(_Fields.IS_ACTIVE, new org.apache.thrift.meta_data.FieldMetaData("isActive", org.apache.thrift.TFieldRequirementType.OPTIONAL, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
    tmpMap.put(_Fields.EXPIRE_DATE, new org.apache.thrift.meta_data.FieldMetaData("expireDate", org.apache.thrift.TFieldRequirementType.OPTIONAL, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
    tmpMap.put(_Fields.IS_ENTERPRISE, new org.apache.thrift.meta_data.FieldMetaData("isEnterprise", org.apache.thrift.TFieldRequirementType.OPTIONAL, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
    tmpMap.put(_Fields.LICENSE, new org.apache.thrift.meta_data.FieldMetaData("license", org.apache.thrift.TFieldRequirementType.OPTIONAL, 
        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, org.apache.iotdb.common.rpc.thrift.TLicense.class)));
    tmpMap.put(_Fields.USAGE, new org.apache.thrift.meta_data.FieldMetaData("usage", org.apache.thrift.TFieldRequirementType.OPTIONAL, 
        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, org.apache.iotdb.common.rpc.thrift.TLicense.class)));
    metaDataMap = java.util.Collections.unmodifiableMap(tmpMap);
    org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(LicenseInfoResp.class, metaDataMap);
  }

  public LicenseInfoResp() {
  }

  public LicenseInfoResp(
    org.apache.iotdb.common.rpc.thrift.TSStatus status)
  {
    this();
    this.status = status;
  }

  /**
   * Performs a deep copy on other.
   */
  public LicenseInfoResp(LicenseInfoResp other) {
    __isset_bitfield = other.__isset_bitfield;
    if (other.isSetStatus()) {
      this.status = new org.apache.iotdb.common.rpc.thrift.TSStatus(other.status);
    }
    this.isActive = other.isActive;
    if (other.isSetExpireDate()) {
      this.expireDate = other.expireDate;
    }
    this.isEnterprise = other.isEnterprise;
    if (other.isSetLicense()) {
      this.license = new org.apache.iotdb.common.rpc.thrift.TLicense(other.license);
    }
    if (other.isSetUsage()) {
      this.usage = new org.apache.iotdb.common.rpc.thrift.TLicense(other.usage);
    }
  }

  public LicenseInfoResp deepCopy() {
    return new LicenseInfoResp(this);
  }

  @Override
  public void clear() {
    this.status = null;
    setIsActiveIsSet(false);
    this.isActive = false;
    this.expireDate = null;
    setIsEnterpriseIsSet(false);
    this.isEnterprise = false;
    this.license = null;
    this.usage = null;
  }

  @org.apache.thrift.annotation.Nullable
  public org.apache.iotdb.common.rpc.thrift.TSStatus getStatus() {
    return this.status;
  }

  public LicenseInfoResp setStatus(@org.apache.thrift.annotation.Nullable org.apache.iotdb.common.rpc.thrift.TSStatus status) {
    this.status = status;
    return this;
  }

  public void unsetStatus() {
    this.status = null;
  }

  /** Returns true if field status is set (has been assigned a value) and false otherwise */
  public boolean isSetStatus() {
    return this.status != null;
  }

  public void setStatusIsSet(boolean value) {
    if (!value) {
      this.status = null;
    }
  }

  public boolean isIsActive() {
    return this.isActive;
  }

  public LicenseInfoResp setIsActive(boolean isActive) {
    this.isActive = isActive;
    setIsActiveIsSet(true);
    return this;
  }

  public void unsetIsActive() {
    __isset_bitfield = org.apache.thrift.EncodingUtils.clearBit(__isset_bitfield, __ISACTIVE_ISSET_ID);
  }

  /** Returns true if field isActive is set (has been assigned a value) and false otherwise */
  public boolean isSetIsActive() {
    return org.apache.thrift.EncodingUtils.testBit(__isset_bitfield, __ISACTIVE_ISSET_ID);
  }

  public void setIsActiveIsSet(boolean value) {
    __isset_bitfield = org.apache.thrift.EncodingUtils.setBit(__isset_bitfield, __ISACTIVE_ISSET_ID, value);
  }

  @org.apache.thrift.annotation.Nullable
  public java.lang.String getExpireDate() {
    return this.expireDate;
  }

  public LicenseInfoResp setExpireDate(@org.apache.thrift.annotation.Nullable java.lang.String expireDate) {
    this.expireDate = expireDate;
    return this;
  }

  public void unsetExpireDate() {
    this.expireDate = null;
  }

  /** Returns true if field expireDate is set (has been assigned a value) and false otherwise */
  public boolean isSetExpireDate() {
    return this.expireDate != null;
  }

  public void setExpireDateIsSet(boolean value) {
    if (!value) {
      this.expireDate = null;
    }
  }

  public boolean isIsEnterprise() {
    return this.isEnterprise;
  }

  public LicenseInfoResp setIsEnterprise(boolean isEnterprise) {
    this.isEnterprise = isEnterprise;
    setIsEnterpriseIsSet(true);
    return this;
  }

  public void unsetIsEnterprise() {
    __isset_bitfield = org.apache.thrift.EncodingUtils.clearBit(__isset_bitfield, __ISENTERPRISE_ISSET_ID);
  }

  /** Returns true if field isEnterprise is set (has been assigned a value) and false otherwise */
  public boolean isSetIsEnterprise() {
    return org.apache.thrift.EncodingUtils.testBit(__isset_bitfield, __ISENTERPRISE_ISSET_ID);
  }

  public void setIsEnterpriseIsSet(boolean value) {
    __isset_bitfield = org.apache.thrift.EncodingUtils.setBit(__isset_bitfield, __ISENTERPRISE_ISSET_ID, value);
  }

  @org.apache.thrift.annotation.Nullable
  public org.apache.iotdb.common.rpc.thrift.TLicense getLicense() {
    return this.license;
  }

  public LicenseInfoResp setLicense(@org.apache.thrift.annotation.Nullable org.apache.iotdb.common.rpc.thrift.TLicense license) {
    this.license = license;
    return this;
  }

  public void unsetLicense() {
    this.license = null;
  }

  /** Returns true if field license is set (has been assigned a value) and false otherwise */
  public boolean isSetLicense() {
    return this.license != null;
  }

  public void setLicenseIsSet(boolean value) {
    if (!value) {
      this.license = null;
    }
  }

  @org.apache.thrift.annotation.Nullable
  public org.apache.iotdb.common.rpc.thrift.TLicense getUsage() {
    return this.usage;
  }

  public LicenseInfoResp setUsage(@org.apache.thrift.annotation.Nullable org.apache.iotdb.common.rpc.thrift.TLicense usage) {
    this.usage = usage;
    return this;
  }

  public void unsetUsage() {
    this.usage = null;
  }

  /** Returns true if field usage is set (has been assigned a value) and false otherwise */
  public boolean isSetUsage() {
    return this.usage != null;
  }

  public void setUsageIsSet(boolean value) {
    if (!value) {
      this.usage = null;
    }
  }

  public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
    switch (field) {
    case STATUS:
      if (value == null) {
        unsetStatus();
      } else {
        setStatus((org.apache.iotdb.common.rpc.thrift.TSStatus)value);
      }
      break;

    case IS_ACTIVE:
      if (value == null) {
        unsetIsActive();
      } else {
        setIsActive((java.lang.Boolean)value);
      }
      break;

    case EXPIRE_DATE:
      if (value == null) {
        unsetExpireDate();
      } else {
        setExpireDate((java.lang.String)value);
      }
      break;

    case IS_ENTERPRISE:
      if (value == null) {
        unsetIsEnterprise();
      } else {
        setIsEnterprise((java.lang.Boolean)value);
      }
      break;

    case LICENSE:
      if (value == null) {
        unsetLicense();
      } else {
        setLicense((org.apache.iotdb.common.rpc.thrift.TLicense)value);
      }
      break;

    case USAGE:
      if (value == null) {
        unsetUsage();
      } else {
        setUsage((org.apache.iotdb.common.rpc.thrift.TLicense)value);
      }
      break;

    }
  }

  @org.apache.thrift.annotation.Nullable
  public java.lang.Object getFieldValue(_Fields field) {
    switch (field) {
    case STATUS:
      return getStatus();

    case IS_ACTIVE:
      return isIsActive();

    case EXPIRE_DATE:
      return getExpireDate();

    case IS_ENTERPRISE:
      return isIsEnterprise();

    case LICENSE:
      return getLicense();

    case USAGE:
      return getUsage();

    }
    throw new java.lang.IllegalStateException();
  }

  /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
  public boolean isSet(_Fields field) {
    if (field == null) {
      throw new java.lang.IllegalArgumentException();
    }

    switch (field) {
    case STATUS:
      return isSetStatus();
    case IS_ACTIVE:
      return isSetIsActive();
    case EXPIRE_DATE:
      return isSetExpireDate();
    case IS_ENTERPRISE:
      return isSetIsEnterprise();
    case LICENSE:
      return isSetLicense();
    case USAGE:
      return isSetUsage();
    }
    throw new java.lang.IllegalStateException();
  }

  @Override
  public boolean equals(java.lang.Object that) {
    if (that instanceof LicenseInfoResp)
      return this.equals((LicenseInfoResp)that);
    return false;
  }

  public boolean equals(LicenseInfoResp that) {
    if (that == null)
      return false;
    if (this == that)
      return true;

    boolean this_present_status = true && this.isSetStatus();
    boolean that_present_status = true && that.isSetStatus();
    if (this_present_status || that_present_status) {
      if (!(this_present_status && that_present_status))
        return false;
      if (!this.status.equals(that.status))
        return false;
    }

    boolean this_present_isActive = true && this.isSetIsActive();
    boolean that_present_isActive = true && that.isSetIsActive();
    if (this_present_isActive || that_present_isActive) {
      if (!(this_present_isActive && that_present_isActive))
        return false;
      if (this.isActive != that.isActive)
        return false;
    }

    boolean this_present_expireDate = true && this.isSetExpireDate();
    boolean that_present_expireDate = true && that.isSetExpireDate();
    if (this_present_expireDate || that_present_expireDate) {
      if (!(this_present_expireDate && that_present_expireDate))
        return false;
      if (!this.expireDate.equals(that.expireDate))
        return false;
    }

    boolean this_present_isEnterprise = true && this.isSetIsEnterprise();
    boolean that_present_isEnterprise = true && that.isSetIsEnterprise();
    if (this_present_isEnterprise || that_present_isEnterprise) {
      if (!(this_present_isEnterprise && that_present_isEnterprise))
        return false;
      if (this.isEnterprise != that.isEnterprise)
        return false;
    }

    boolean this_present_license = true && this.isSetLicense();
    boolean that_present_license = true && that.isSetLicense();
    if (this_present_license || that_present_license) {
      if (!(this_present_license && that_present_license))
        return false;
      if (!this.license.equals(that.license))
        return false;
    }

    boolean this_present_usage = true && this.isSetUsage();
    boolean that_present_usage = true && that.isSetUsage();
    if (this_present_usage || that_present_usage) {
      if (!(this_present_usage && that_present_usage))
        return false;
      if (!this.usage.equals(that.usage))
        return false;
    }

    return true;
  }

  @Override
  public int hashCode() {
    int hashCode = 1;

    hashCode = hashCode * 8191 + ((isSetStatus()) ? 131071 : 524287);
    if (isSetStatus())
      hashCode = hashCode * 8191 + status.hashCode();

    hashCode = hashCode * 8191 + ((isSetIsActive()) ? 131071 : 524287);
    if (isSetIsActive())
      hashCode = hashCode * 8191 + ((isActive) ? 131071 : 524287);

    hashCode = hashCode * 8191 + ((isSetExpireDate()) ? 131071 : 524287);
    if (isSetExpireDate())
      hashCode = hashCode * 8191 + expireDate.hashCode();

    hashCode = hashCode * 8191 + ((isSetIsEnterprise()) ? 131071 : 524287);
    if (isSetIsEnterprise())
      hashCode = hashCode * 8191 + ((isEnterprise) ? 131071 : 524287);

    hashCode = hashCode * 8191 + ((isSetLicense()) ? 131071 : 524287);
    if (isSetLicense())
      hashCode = hashCode * 8191 + license.hashCode();

    hashCode = hashCode * 8191 + ((isSetUsage()) ? 131071 : 524287);
    if (isSetUsage())
      hashCode = hashCode * 8191 + usage.hashCode();

    return hashCode;
  }

  @Override
  public int compareTo(LicenseInfoResp other) {
    if (!getClass().equals(other.getClass())) {
      return getClass().getName().compareTo(other.getClass().getName());
    }

    int lastComparison = 0;

    lastComparison = java.lang.Boolean.compare(isSetStatus(), other.isSetStatus());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetStatus()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.status, other.status);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = java.lang.Boolean.compare(isSetIsActive(), other.isSetIsActive());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetIsActive()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.isActive, other.isActive);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = java.lang.Boolean.compare(isSetExpireDate(), other.isSetExpireDate());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetExpireDate()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.expireDate, other.expireDate);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = java.lang.Boolean.compare(isSetIsEnterprise(), other.isSetIsEnterprise());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetIsEnterprise()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.isEnterprise, other.isEnterprise);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = java.lang.Boolean.compare(isSetLicense(), other.isSetLicense());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetLicense()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.license, other.license);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = java.lang.Boolean.compare(isSetUsage(), other.isSetUsage());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetUsage()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.usage, other.usage);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    return 0;
  }

  @org.apache.thrift.annotation.Nullable
  public _Fields fieldForId(int fieldId) {
    return _Fields.findByThriftId(fieldId);
  }

  public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
    scheme(iprot).read(iprot, this);
  }

  public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
    scheme(oprot).write(oprot, this);
  }

  @Override
  public java.lang.String toString() {
    java.lang.StringBuilder sb = new java.lang.StringBuilder("LicenseInfoResp(");
    boolean first = true;

    sb.append("status:");
    if (this.status == null) {
      sb.append("null");
    } else {
      sb.append(this.status);
    }
    first = false;
    if (isSetIsActive()) {
      if (!first) sb.append(", ");
      sb.append("isActive:");
      sb.append(this.isActive);
      first = false;
    }
    if (isSetExpireDate()) {
      if (!first) sb.append(", ");
      sb.append("expireDate:");
      if (this.expireDate == null) {
        sb.append("null");
      } else {
        sb.append(this.expireDate);
      }
      first = false;
    }
    if (isSetIsEnterprise()) {
      if (!first) sb.append(", ");
      sb.append("isEnterprise:");
      sb.append(this.isEnterprise);
      first = false;
    }
    if (isSetLicense()) {
      if (!first) sb.append(", ");
      sb.append("license:");
      if (this.license == null) {
        sb.append("null");
      } else {
        sb.append(this.license);
      }
      first = false;
    }
    if (isSetUsage()) {
      if (!first) sb.append(", ");
      sb.append("usage:");
      if (this.usage == null) {
        sb.append("null");
      } else {
        sb.append(this.usage);
      }
      first = false;
    }
    sb.append(")");
    return sb.toString();
  }

  public void validate() throws org.apache.thrift.TException {
    // check for required fields
    if (status == null) {
      throw new org.apache.thrift.protocol.TProtocolException("Required field 'status' was not present! Struct: " + toString());
    }
    // check for sub-struct validity
    if (status != null) {
      status.validate();
    }
    if (license != null) {
      license.validate();
    }
    if (usage != null) {
      usage.validate();
    }
  }

  private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
    try {
      write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
    } catch (org.apache.thrift.TException te) {
      throw new java.io.IOException(te);
    }
  }

  private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException {
    try {
      // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
      __isset_bitfield = 0;
      read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
    } catch (org.apache.thrift.TException te) {
      throw new java.io.IOException(te);
    }
  }

  private static class LicenseInfoRespStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
    public LicenseInfoRespStandardScheme getScheme() {
      return new LicenseInfoRespStandardScheme();
    }
  }

  private static class LicenseInfoRespStandardScheme extends org.apache.thrift.scheme.StandardScheme {

    public void read(org.apache.thrift.protocol.TProtocol iprot, LicenseInfoResp struct) throws org.apache.thrift.TException {
      org.apache.thrift.protocol.TField schemeField;
      iprot.readStructBegin();
      while (true)
      {
        schemeField = iprot.readFieldBegin();
        if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { 
          break;
        }
        switch (schemeField.id) {
          case 1: // STATUS
            if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) {
              struct.status = new org.apache.iotdb.common.rpc.thrift.TSStatus();
              struct.status.read(iprot);
              struct.setStatusIsSet(true);
            } else { 
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
            }
            break;
          case 2: // IS_ACTIVE
            if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) {
              struct.isActive = iprot.readBool();
              struct.setIsActiveIsSet(true);
            } else { 
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
            }
            break;
          case 3: // EXPIRE_DATE
            if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
              struct.expireDate = iprot.readString();
              struct.setExpireDateIsSet(true);
            } else { 
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
            }
            break;
          case 4: // IS_ENTERPRISE
            if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) {
              struct.isEnterprise = iprot.readBool();
              struct.setIsEnterpriseIsSet(true);
            } else { 
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
            }
            break;
          case 5: // LICENSE
            if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) {
              struct.license = new org.apache.iotdb.common.rpc.thrift.TLicense();
              struct.license.read(iprot);
              struct.setLicenseIsSet(true);
            } else { 
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
            }
            break;
          case 6: // USAGE
            if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) {
              struct.usage = new org.apache.iotdb.common.rpc.thrift.TLicense();
              struct.usage.read(iprot);
              struct.setUsageIsSet(true);
            } else { 
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
            }
            break;
          default:
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
        }
        iprot.readFieldEnd();
      }
      iprot.readStructEnd();

      // check for required fields of primitive type, which can't be checked in the validate method
      struct.validate();
    }

    public void write(org.apache.thrift.protocol.TProtocol oprot, LicenseInfoResp struct) throws org.apache.thrift.TException {
      struct.validate();

      oprot.writeStructBegin(STRUCT_DESC);
      if (struct.status != null) {
        oprot.writeFieldBegin(STATUS_FIELD_DESC);
        struct.status.write(oprot);
        oprot.writeFieldEnd();
      }
      if (struct.isSetIsActive()) {
        oprot.writeFieldBegin(IS_ACTIVE_FIELD_DESC);
        oprot.writeBool(struct.isActive);
        oprot.writeFieldEnd();
      }
      if (struct.expireDate != null) {
        if (struct.isSetExpireDate()) {
          oprot.writeFieldBegin(EXPIRE_DATE_FIELD_DESC);
          oprot.writeString(struct.expireDate);
          oprot.writeFieldEnd();
        }
      }
      if (struct.isSetIsEnterprise()) {
        oprot.writeFieldBegin(IS_ENTERPRISE_FIELD_DESC);
        oprot.writeBool(struct.isEnterprise);
        oprot.writeFieldEnd();
      }
      if (struct.license != null) {
        if (struct.isSetLicense()) {
          oprot.writeFieldBegin(LICENSE_FIELD_DESC);
          struct.license.write(oprot);
          oprot.writeFieldEnd();
        }
      }
      if (struct.usage != null) {
        if (struct.isSetUsage()) {
          oprot.writeFieldBegin(USAGE_FIELD_DESC);
          struct.usage.write(oprot);
          oprot.writeFieldEnd();
        }
      }
      oprot.writeFieldStop();
      oprot.writeStructEnd();
    }

  }

  private static class LicenseInfoRespTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
    public LicenseInfoRespTupleScheme getScheme() {
      return new LicenseInfoRespTupleScheme();
    }
  }

  private static class LicenseInfoRespTupleScheme extends org.apache.thrift.scheme.TupleScheme {

    @Override
    public void write(org.apache.thrift.protocol.TProtocol prot, LicenseInfoResp struct) throws org.apache.thrift.TException {
      org.apache.thrift.protocol.TTupleProtocol oprot = (org.apache.thrift.protocol.TTupleProtocol) prot;
      struct.status.write(oprot);
      java.util.BitSet optionals = new java.util.BitSet();
      if (struct.isSetIsActive()) {
        optionals.set(0);
      }
      if (struct.isSetExpireDate()) {
        optionals.set(1);
      }
      if (struct.isSetIsEnterprise()) {
        optionals.set(2);
      }
      if (struct.isSetLicense()) {
        optionals.set(3);
      }
      if (struct.isSetUsage()) {
        optionals.set(4);
      }
      oprot.writeBitSet(optionals, 5);
      if (struct.isSetIsActive()) {
        oprot.writeBool(struct.isActive);
      }
      if (struct.isSetExpireDate()) {
        oprot.writeString(struct.expireDate);
      }
      if (struct.isSetIsEnterprise()) {
        oprot.writeBool(struct.isEnterprise);
      }
      if (struct.isSetLicense()) {
        struct.license.write(oprot);
      }
      if (struct.isSetUsage()) {
        struct.usage.write(oprot);
      }
    }

    @Override
    public void read(org.apache.thrift.protocol.TProtocol prot, LicenseInfoResp struct) throws org.apache.thrift.TException {
      org.apache.thrift.protocol.TTupleProtocol iprot = (org.apache.thrift.protocol.TTupleProtocol) prot;
      struct.status = new org.apache.iotdb.common.rpc.thrift.TSStatus();
      struct.status.read(iprot);
      struct.setStatusIsSet(true);
      java.util.BitSet incoming = iprot.readBitSet(5);
      if (incoming.get(0)) {
        struct.isActive = iprot.readBool();
        struct.setIsActiveIsSet(true);
      }
      if (incoming.get(1)) {
        struct.expireDate = iprot.readString();
        struct.setExpireDateIsSet(true);
      }
      if (incoming.get(2)) {
        struct.isEnterprise = iprot.readBool();
        struct.setIsEnterpriseIsSet(true);
      }
      if (incoming.get(3)) {
        struct.license = new org.apache.iotdb.common.rpc.thrift.TLicense();
        struct.license.read(iprot);
        struct.setLicenseIsSet(true);
      }
      if (incoming.get(4)) {
        struct.usage = new org.apache.iotdb.common.rpc.thrift.TLicense();
        struct.usage.read(iprot);
        struct.setUsageIsSet(true);
      }
    }
  }

  private static  S scheme(org.apache.thrift.protocol.TProtocol proto) {
    return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCHEME_FACTORY).getScheme();
  }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy