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

com.precisely.apis.model.EventsCount Maven / Gradle / Ivy

/*
 * Precisely APIs
 * Enhance & enrich your data, applications, business processes, and workflows with rich location, information, and identify APIs.
 *
 * The version of the OpenAPI document: 15.0.0
 * 
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */


package com.precisely.apis.model;

import java.util.Objects;
import java.util.Arrays;
import com.google.gson.TypeAdapter;
import com.google.gson.annotations.JsonAdapter;
import com.google.gson.annotations.SerializedName;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.io.IOException;

/**
 * EventsCount
 */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-04-12T11:12:38.208312800+05:30[Asia/Calcutta]")
public class EventsCount {
  public static final String SERIALIZED_NAME_TOTAL = "total";
  @SerializedName(SERIALIZED_NAME_TOTAL)
  private String total;

  public static final String SERIALIZED_NAME_R0 = "r0";
  @SerializedName(SERIALIZED_NAME_R0)
  private String r0;

  public static final String SERIALIZED_NAME_R1 = "r1";
  @SerializedName(SERIALIZED_NAME_R1)
  private String r1;

  public static final String SERIALIZED_NAME_R2 = "r2";
  @SerializedName(SERIALIZED_NAME_R2)
  private String r2;

  public static final String SERIALIZED_NAME_R3 = "r3";
  @SerializedName(SERIALIZED_NAME_R3)
  private String r3;

  public static final String SERIALIZED_NAME_R4 = "r4";
  @SerializedName(SERIALIZED_NAME_R4)
  private String r4;

  public static final String SERIALIZED_NAME_R5 = "r5";
  @SerializedName(SERIALIZED_NAME_R5)
  private String r5;

  public static final String SERIALIZED_NAME_R6 = "r6";
  @SerializedName(SERIALIZED_NAME_R6)
  private String r6;

  public static final String SERIALIZED_NAME_R7 = "r7";
  @SerializedName(SERIALIZED_NAME_R7)
  private String r7;

  public static final String SERIALIZED_NAME_R0_GE = "r0_ge";
  @SerializedName(SERIALIZED_NAME_R0_GE)
  private String r0Ge;

  public static final String SERIALIZED_NAME_R1_GE = "r1_ge";
  @SerializedName(SERIALIZED_NAME_R1_GE)
  private String r1Ge;

  public static final String SERIALIZED_NAME_R2_GE = "r2_ge";
  @SerializedName(SERIALIZED_NAME_R2_GE)
  private String r2Ge;

  public static final String SERIALIZED_NAME_R3_GE = "r3_ge";
  @SerializedName(SERIALIZED_NAME_R3_GE)
  private String r3Ge;

  public static final String SERIALIZED_NAME_R4_GE = "r4_ge";
  @SerializedName(SERIALIZED_NAME_R4_GE)
  private String r4Ge;

  public static final String SERIALIZED_NAME_R5_GE = "r5_ge";
  @SerializedName(SERIALIZED_NAME_R5_GE)
  private String r5Ge;

  public static final String SERIALIZED_NAME_R6_GE = "r6_ge";
  @SerializedName(SERIALIZED_NAME_R6_GE)
  private String r6Ge;

  public static final String SERIALIZED_NAME_R7_GE = "r7_ge";
  @SerializedName(SERIALIZED_NAME_R7_GE)
  private String r7Ge;

  public EventsCount() { 
  }

  public EventsCount total(String total) {
    
    this.total = total;
    return this;
  }

   /**
   * Get total
   * @return total
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getTotal() {
    return total;
  }


  public void setTotal(String total) {
    this.total = total;
  }


  public EventsCount r0(String r0) {
    
    this.r0 = r0;
    return this;
  }

   /**
   * Get r0
   * @return r0
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR0() {
    return r0;
  }


  public void setR0(String r0) {
    this.r0 = r0;
  }


  public EventsCount r1(String r1) {
    
    this.r1 = r1;
    return this;
  }

   /**
   * Get r1
   * @return r1
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR1() {
    return r1;
  }


  public void setR1(String r1) {
    this.r1 = r1;
  }


  public EventsCount r2(String r2) {
    
    this.r2 = r2;
    return this;
  }

   /**
   * Get r2
   * @return r2
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR2() {
    return r2;
  }


  public void setR2(String r2) {
    this.r2 = r2;
  }


  public EventsCount r3(String r3) {
    
    this.r3 = r3;
    return this;
  }

   /**
   * Get r3
   * @return r3
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR3() {
    return r3;
  }


  public void setR3(String r3) {
    this.r3 = r3;
  }


  public EventsCount r4(String r4) {
    
    this.r4 = r4;
    return this;
  }

   /**
   * Get r4
   * @return r4
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR4() {
    return r4;
  }


  public void setR4(String r4) {
    this.r4 = r4;
  }


  public EventsCount r5(String r5) {
    
    this.r5 = r5;
    return this;
  }

   /**
   * Get r5
   * @return r5
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR5() {
    return r5;
  }


  public void setR5(String r5) {
    this.r5 = r5;
  }


  public EventsCount r6(String r6) {
    
    this.r6 = r6;
    return this;
  }

   /**
   * Get r6
   * @return r6
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR6() {
    return r6;
  }


  public void setR6(String r6) {
    this.r6 = r6;
  }


  public EventsCount r7(String r7) {
    
    this.r7 = r7;
    return this;
  }

   /**
   * Get r7
   * @return r7
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR7() {
    return r7;
  }


  public void setR7(String r7) {
    this.r7 = r7;
  }


  public EventsCount r0Ge(String r0Ge) {
    
    this.r0Ge = r0Ge;
    return this;
  }

   /**
   * Get r0Ge
   * @return r0Ge
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR0Ge() {
    return r0Ge;
  }


  public void setR0Ge(String r0Ge) {
    this.r0Ge = r0Ge;
  }


  public EventsCount r1Ge(String r1Ge) {
    
    this.r1Ge = r1Ge;
    return this;
  }

   /**
   * Get r1Ge
   * @return r1Ge
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR1Ge() {
    return r1Ge;
  }


  public void setR1Ge(String r1Ge) {
    this.r1Ge = r1Ge;
  }


  public EventsCount r2Ge(String r2Ge) {
    
    this.r2Ge = r2Ge;
    return this;
  }

   /**
   * Get r2Ge
   * @return r2Ge
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR2Ge() {
    return r2Ge;
  }


  public void setR2Ge(String r2Ge) {
    this.r2Ge = r2Ge;
  }


  public EventsCount r3Ge(String r3Ge) {
    
    this.r3Ge = r3Ge;
    return this;
  }

   /**
   * Get r3Ge
   * @return r3Ge
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR3Ge() {
    return r3Ge;
  }


  public void setR3Ge(String r3Ge) {
    this.r3Ge = r3Ge;
  }


  public EventsCount r4Ge(String r4Ge) {
    
    this.r4Ge = r4Ge;
    return this;
  }

   /**
   * Get r4Ge
   * @return r4Ge
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR4Ge() {
    return r4Ge;
  }


  public void setR4Ge(String r4Ge) {
    this.r4Ge = r4Ge;
  }


  public EventsCount r5Ge(String r5Ge) {
    
    this.r5Ge = r5Ge;
    return this;
  }

   /**
   * Get r5Ge
   * @return r5Ge
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR5Ge() {
    return r5Ge;
  }


  public void setR5Ge(String r5Ge) {
    this.r5Ge = r5Ge;
  }


  public EventsCount r6Ge(String r6Ge) {
    
    this.r6Ge = r6Ge;
    return this;
  }

   /**
   * Get r6Ge
   * @return r6Ge
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR6Ge() {
    return r6Ge;
  }


  public void setR6Ge(String r6Ge) {
    this.r6Ge = r6Ge;
  }


  public EventsCount r7Ge(String r7Ge) {
    
    this.r7Ge = r7Ge;
    return this;
  }

   /**
   * Get r7Ge
   * @return r7Ge
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "")

  public String getR7Ge() {
    return r7Ge;
  }


  public void setR7Ge(String r7Ge) {
    this.r7Ge = r7Ge;
  }


  @Override
  public boolean equals(Object o) {
    if (this == o) {
      return true;
    }
    if (o == null || getClass() != o.getClass()) {
      return false;
    }
    EventsCount eventsCount = (EventsCount) o;
    return Objects.equals(this.total, eventsCount.total) &&
        Objects.equals(this.r0, eventsCount.r0) &&
        Objects.equals(this.r1, eventsCount.r1) &&
        Objects.equals(this.r2, eventsCount.r2) &&
        Objects.equals(this.r3, eventsCount.r3) &&
        Objects.equals(this.r4, eventsCount.r4) &&
        Objects.equals(this.r5, eventsCount.r5) &&
        Objects.equals(this.r6, eventsCount.r6) &&
        Objects.equals(this.r7, eventsCount.r7) &&
        Objects.equals(this.r0Ge, eventsCount.r0Ge) &&
        Objects.equals(this.r1Ge, eventsCount.r1Ge) &&
        Objects.equals(this.r2Ge, eventsCount.r2Ge) &&
        Objects.equals(this.r3Ge, eventsCount.r3Ge) &&
        Objects.equals(this.r4Ge, eventsCount.r4Ge) &&
        Objects.equals(this.r5Ge, eventsCount.r5Ge) &&
        Objects.equals(this.r6Ge, eventsCount.r6Ge) &&
        Objects.equals(this.r7Ge, eventsCount.r7Ge);
  }

  @Override
  public int hashCode() {
    return Objects.hash(total, r0, r1, r2, r3, r4, r5, r6, r7, r0Ge, r1Ge, r2Ge, r3Ge, r4Ge, r5Ge, r6Ge, r7Ge);
  }

  @Override
  public String toString() {
    StringBuilder sb = new StringBuilder();
    sb.append("class EventsCount {\n");
    sb.append("    total: ").append(toIndentedString(total)).append("\n");
    sb.append("    r0: ").append(toIndentedString(r0)).append("\n");
    sb.append("    r1: ").append(toIndentedString(r1)).append("\n");
    sb.append("    r2: ").append(toIndentedString(r2)).append("\n");
    sb.append("    r3: ").append(toIndentedString(r3)).append("\n");
    sb.append("    r4: ").append(toIndentedString(r4)).append("\n");
    sb.append("    r5: ").append(toIndentedString(r5)).append("\n");
    sb.append("    r6: ").append(toIndentedString(r6)).append("\n");
    sb.append("    r7: ").append(toIndentedString(r7)).append("\n");
    sb.append("    r0Ge: ").append(toIndentedString(r0Ge)).append("\n");
    sb.append("    r1Ge: ").append(toIndentedString(r1Ge)).append("\n");
    sb.append("    r2Ge: ").append(toIndentedString(r2Ge)).append("\n");
    sb.append("    r3Ge: ").append(toIndentedString(r3Ge)).append("\n");
    sb.append("    r4Ge: ").append(toIndentedString(r4Ge)).append("\n");
    sb.append("    r5Ge: ").append(toIndentedString(r5Ge)).append("\n");
    sb.append("    r6Ge: ").append(toIndentedString(r6Ge)).append("\n");
    sb.append("    r7Ge: ").append(toIndentedString(r7Ge)).append("\n");
    sb.append("}");
    return sb.toString();
  }

  /**
   * Convert the given object to string with each line indented by 4 spaces
   * (except the first line).
   */
  private String toIndentedString(Object o) {
    if (o == null) {
      return "null";
    }
    return o.toString().replace("\n", "\n    ");
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy