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

com.precisely.apis.model.GradeLevelsTaught 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;

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

  public static final String SERIALIZED_NAME_KG = "kg";
  @SerializedName(SERIALIZED_NAME_KG)
  private String kg;

  public static final String SERIALIZED_NAME_FIRST = "first";
  @SerializedName(SERIALIZED_NAME_FIRST)
  private String first;

  public static final String SERIALIZED_NAME_SECOND = "second";
  @SerializedName(SERIALIZED_NAME_SECOND)
  private String second;

  public static final String SERIALIZED_NAME_THIRD = "third";
  @SerializedName(SERIALIZED_NAME_THIRD)
  private String third;

  public static final String SERIALIZED_NAME_FOURTH = "fourth";
  @SerializedName(SERIALIZED_NAME_FOURTH)
  private String fourth;

  public static final String SERIALIZED_NAME_FIFTH = "fifth";
  @SerializedName(SERIALIZED_NAME_FIFTH)
  private String fifth;

  public static final String SERIALIZED_NAME_SIXTH = "sixth";
  @SerializedName(SERIALIZED_NAME_SIXTH)
  private String sixth;

  public static final String SERIALIZED_NAME_SEVENTH = "seventh";
  @SerializedName(SERIALIZED_NAME_SEVENTH)
  private String seventh;

  public static final String SERIALIZED_NAME_EIGHTH = "eighth";
  @SerializedName(SERIALIZED_NAME_EIGHTH)
  private String eighth;

  public static final String SERIALIZED_NAME_NINTH = "ninth";
  @SerializedName(SERIALIZED_NAME_NINTH)
  private String ninth;

  public static final String SERIALIZED_NAME_TENTH = "tenth";
  @SerializedName(SERIALIZED_NAME_TENTH)
  private String tenth;

  public static final String SERIALIZED_NAME_ELEVENTH = "eleventh";
  @SerializedName(SERIALIZED_NAME_ELEVENTH)
  private String eleventh;

  public static final String SERIALIZED_NAME_TWELFTH = "twelfth";
  @SerializedName(SERIALIZED_NAME_TWELFTH)
  private String twelfth;

  public GradeLevelsTaught() { 
  }

  public GradeLevelsTaught pk(String pk) {
    
    this.pk = pk;
    return this;
  }

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

  public String getPk() {
    return pk;
  }


  public void setPk(String pk) {
    this.pk = pk;
  }


  public GradeLevelsTaught kg(String kg) {
    
    this.kg = kg;
    return this;
  }

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

  public String getKg() {
    return kg;
  }


  public void setKg(String kg) {
    this.kg = kg;
  }


  public GradeLevelsTaught first(String first) {
    
    this.first = first;
    return this;
  }

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

  public String getFirst() {
    return first;
  }


  public void setFirst(String first) {
    this.first = first;
  }


  public GradeLevelsTaught second(String second) {
    
    this.second = second;
    return this;
  }

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

  public String getSecond() {
    return second;
  }


  public void setSecond(String second) {
    this.second = second;
  }


  public GradeLevelsTaught third(String third) {
    
    this.third = third;
    return this;
  }

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

  public String getThird() {
    return third;
  }


  public void setThird(String third) {
    this.third = third;
  }


  public GradeLevelsTaught fourth(String fourth) {
    
    this.fourth = fourth;
    return this;
  }

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

  public String getFourth() {
    return fourth;
  }


  public void setFourth(String fourth) {
    this.fourth = fourth;
  }


  public GradeLevelsTaught fifth(String fifth) {
    
    this.fifth = fifth;
    return this;
  }

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

  public String getFifth() {
    return fifth;
  }


  public void setFifth(String fifth) {
    this.fifth = fifth;
  }


  public GradeLevelsTaught sixth(String sixth) {
    
    this.sixth = sixth;
    return this;
  }

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

  public String getSixth() {
    return sixth;
  }


  public void setSixth(String sixth) {
    this.sixth = sixth;
  }


  public GradeLevelsTaught seventh(String seventh) {
    
    this.seventh = seventh;
    return this;
  }

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

  public String getSeventh() {
    return seventh;
  }


  public void setSeventh(String seventh) {
    this.seventh = seventh;
  }


  public GradeLevelsTaught eighth(String eighth) {
    
    this.eighth = eighth;
    return this;
  }

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

  public String getEighth() {
    return eighth;
  }


  public void setEighth(String eighth) {
    this.eighth = eighth;
  }


  public GradeLevelsTaught ninth(String ninth) {
    
    this.ninth = ninth;
    return this;
  }

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

  public String getNinth() {
    return ninth;
  }


  public void setNinth(String ninth) {
    this.ninth = ninth;
  }


  public GradeLevelsTaught tenth(String tenth) {
    
    this.tenth = tenth;
    return this;
  }

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

  public String getTenth() {
    return tenth;
  }


  public void setTenth(String tenth) {
    this.tenth = tenth;
  }


  public GradeLevelsTaught eleventh(String eleventh) {
    
    this.eleventh = eleventh;
    return this;
  }

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

  public String getEleventh() {
    return eleventh;
  }


  public void setEleventh(String eleventh) {
    this.eleventh = eleventh;
  }


  public GradeLevelsTaught twelfth(String twelfth) {
    
    this.twelfth = twelfth;
    return this;
  }

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

  public String getTwelfth() {
    return twelfth;
  }


  public void setTwelfth(String twelfth) {
    this.twelfth = twelfth;
  }


  @Override
  public boolean equals(Object o) {
    if (this == o) {
      return true;
    }
    if (o == null || getClass() != o.getClass()) {
      return false;
    }
    GradeLevelsTaught gradeLevelsTaught = (GradeLevelsTaught) o;
    return Objects.equals(this.pk, gradeLevelsTaught.pk) &&
        Objects.equals(this.kg, gradeLevelsTaught.kg) &&
        Objects.equals(this.first, gradeLevelsTaught.first) &&
        Objects.equals(this.second, gradeLevelsTaught.second) &&
        Objects.equals(this.third, gradeLevelsTaught.third) &&
        Objects.equals(this.fourth, gradeLevelsTaught.fourth) &&
        Objects.equals(this.fifth, gradeLevelsTaught.fifth) &&
        Objects.equals(this.sixth, gradeLevelsTaught.sixth) &&
        Objects.equals(this.seventh, gradeLevelsTaught.seventh) &&
        Objects.equals(this.eighth, gradeLevelsTaught.eighth) &&
        Objects.equals(this.ninth, gradeLevelsTaught.ninth) &&
        Objects.equals(this.tenth, gradeLevelsTaught.tenth) &&
        Objects.equals(this.eleventh, gradeLevelsTaught.eleventh) &&
        Objects.equals(this.twelfth, gradeLevelsTaught.twelfth);
  }

  @Override
  public int hashCode() {
    return Objects.hash(pk, kg, first, second, third, fourth, fifth, sixth, seventh, eighth, ninth, tenth, eleventh, twelfth);
  }

  @Override
  public String toString() {
    StringBuilder sb = new StringBuilder();
    sb.append("class GradeLevelsTaught {\n");
    sb.append("    pk: ").append(toIndentedString(pk)).append("\n");
    sb.append("    kg: ").append(toIndentedString(kg)).append("\n");
    sb.append("    first: ").append(toIndentedString(first)).append("\n");
    sb.append("    second: ").append(toIndentedString(second)).append("\n");
    sb.append("    third: ").append(toIndentedString(third)).append("\n");
    sb.append("    fourth: ").append(toIndentedString(fourth)).append("\n");
    sb.append("    fifth: ").append(toIndentedString(fifth)).append("\n");
    sb.append("    sixth: ").append(toIndentedString(sixth)).append("\n");
    sb.append("    seventh: ").append(toIndentedString(seventh)).append("\n");
    sb.append("    eighth: ").append(toIndentedString(eighth)).append("\n");
    sb.append("    ninth: ").append(toIndentedString(ninth)).append("\n");
    sb.append("    tenth: ").append(toIndentedString(tenth)).append("\n");
    sb.append("    eleventh: ").append(toIndentedString(eleventh)).append("\n");
    sb.append("    twelfth: ").append(toIndentedString(twelfth)).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