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

com.alipay.v3.model.AlipayCommerceTransportParkingPaymentinfoSyncModel Maven / Gradle / Ivy

The newest version!
/*
 * 支付宝开放平台API
 * 支付宝开放平台v3协议文档
 *
 * The version of the OpenAPI document: 2024-08-30
 * 
 *
 * 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.alipay.v3.model;

import java.util.Objects;
import java.util.Arrays;
import com.alipay.v3.model.ParkingPaymentDiscountInfo;
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;
import java.util.ArrayList;
import java.util.List;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonArray;
import com.google.gson.JsonDeserializationContext;
import com.google.gson.JsonDeserializer;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonParseException;
import com.google.gson.TypeAdapterFactory;
import com.google.gson.reflect.TypeToken;

import java.lang.reflect.Type;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;

import com.alipay.v3.JSON;

/**
 * AlipayCommerceTransportParkingPaymentinfoSyncModel
 */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class AlipayCommerceTransportParkingPaymentinfoSyncModel {
  public static final String SERIALIZED_NAME_ALIPAY_TRADE_NO = "alipay_trade_no";
  @SerializedName(SERIALIZED_NAME_ALIPAY_TRADE_NO)
  private String alipayTradeNo;

  public static final String SERIALIZED_NAME_DISCOUNT_AMOUNT = "discount_amount";
  @SerializedName(SERIALIZED_NAME_DISCOUNT_AMOUNT)
  private String discountAmount;

  public static final String SERIALIZED_NAME_DISCOUNT_INFORMATION = "discount_information";
  @SerializedName(SERIALIZED_NAME_DISCOUNT_INFORMATION)
  private List discountInformation = null;

  public static final String SERIALIZED_NAME_FREE_EXIT_MINUTES = "free_exit_minutes";
  @SerializedName(SERIALIZED_NAME_FREE_EXIT_MINUTES)
  private String freeExitMinutes;

  public static final String SERIALIZED_NAME_IS_ENCRYPT_PLATE_NO = "is_encrypt_plate_no";
  @SerializedName(SERIALIZED_NAME_IS_ENCRYPT_PLATE_NO)
  private Boolean isEncryptPlateNo;

  public static final String SERIALIZED_NAME_MOBILE_NUMBER = "mobile_number";
  @SerializedName(SERIALIZED_NAME_MOBILE_NUMBER)
  private String mobileNumber;

  public static final String SERIALIZED_NAME_OPEN_APPID = "open_appid";
  @SerializedName(SERIALIZED_NAME_OPEN_APPID)
  private String openAppid;

  public static final String SERIALIZED_NAME_OPEN_ID = "open_id";
  @SerializedName(SERIALIZED_NAME_OPEN_ID)
  private String openId;

  public static final String SERIALIZED_NAME_OUT_ORDER_NO = "out_order_no";
  @SerializedName(SERIALIZED_NAME_OUT_ORDER_NO)
  private String outOrderNo;

  public static final String SERIALIZED_NAME_OUT_SERIAL_NO = "out_serial_no";
  @SerializedName(SERIALIZED_NAME_OUT_SERIAL_NO)
  private String outSerialNo;

  public static final String SERIALIZED_NAME_PAYMENT_AMOUNT = "payment_amount";
  @SerializedName(SERIALIZED_NAME_PAYMENT_AMOUNT)
  private String paymentAmount;

  public static final String SERIALIZED_NAME_PAYMENT_TIME = "payment_time";
  @SerializedName(SERIALIZED_NAME_PAYMENT_TIME)
  private String paymentTime;

  public static final String SERIALIZED_NAME_PAYMENT_TYPE = "payment_type";
  @SerializedName(SERIALIZED_NAME_PAYMENT_TYPE)
  private String paymentType;

  public static final String SERIALIZED_NAME_PAYMENT_USER_OPEN_ID = "payment_user_open_id";
  @SerializedName(SERIALIZED_NAME_PAYMENT_USER_OPEN_ID)
  private String paymentUserOpenId;

  public static final String SERIALIZED_NAME_PLATE_COLOR = "plate_color";
  @SerializedName(SERIALIZED_NAME_PLATE_COLOR)
  private String plateColor;

  public static final String SERIALIZED_NAME_PLATE_NO = "plate_no";
  @SerializedName(SERIALIZED_NAME_PLATE_NO)
  private String plateNo;

  public static final String SERIALIZED_NAME_SERVICE_URL = "service_url";
  @SerializedName(SERIALIZED_NAME_SERVICE_URL)
  private String serviceUrl;

  public static final String SERIALIZED_NAME_TOTAL_AMOUNT = "total_amount";
  @SerializedName(SERIALIZED_NAME_TOTAL_AMOUNT)
  private String totalAmount;

  public AlipayCommerceTransportParkingPaymentinfoSyncModel() { 
  }

  public AlipayCommerceTransportParkingPaymentinfoSyncModel alipayTradeNo(String alipayTradeNo) {
    
    this.alipayTradeNo = alipayTradeNo;
    return this;
  }

   /**
   * 支付宝交易号;
   * @return alipayTradeNo
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "2024051122001459531435123456", value = "支付宝交易号;")

  public String getAlipayTradeNo() {
    return alipayTradeNo;
  }


  public void setAlipayTradeNo(String alipayTradeNo) {
    this.alipayTradeNo = alipayTradeNo;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel discountAmount(String discountAmount) {
    
    this.discountAmount = discountAmount;
    return this;
  }

   /**
   * 停车费折扣金额;单位元;
   * @return discountAmount
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "2.00", value = "停车费折扣金额;单位元;")

  public String getDiscountAmount() {
    return discountAmount;
  }


  public void setDiscountAmount(String discountAmount) {
    this.discountAmount = discountAmount;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel discountInformation(List discountInformation) {
    
    this.discountInformation = discountInformation;
    return this;
  }

  public AlipayCommerceTransportParkingPaymentinfoSyncModel addDiscountInformationItem(ParkingPaymentDiscountInfo discountInformationItem) {
    if (this.discountInformation == null) {
      this.discountInformation = new ArrayList<>();
    }
    this.discountInformation.add(discountInformationItem);
    return this;
  }

   /**
   * 停车费缴费折扣信息;
   * @return discountInformation
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(value = "停车费缴费折扣信息;")

  public List getDiscountInformation() {
    return discountInformation;
  }


  public void setDiscountInformation(List discountInformation) {
    this.discountInformation = discountInformation;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel freeExitMinutes(String freeExitMinutes) {
    
    this.freeExitMinutes = freeExitMinutes;
    return this;
  }

   /**
   * 停车场内缴费后,允许出场的免费时长分钟数
   * @return freeExitMinutes
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "15", value = "停车场内缴费后,允许出场的免费时长分钟数")

  public String getFreeExitMinutes() {
    return freeExitMinutes;
  }


  public void setFreeExitMinutes(String freeExitMinutes) {
    this.freeExitMinutes = freeExitMinutes;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel isEncryptPlateNo(Boolean isEncryptPlateNo) {
    
    this.isEncryptPlateNo = isEncryptPlateNo;
    return this;
  }

   /**
   * 车牌是否加密,true为加密,false为不加密,默认为false
   * @return isEncryptPlateNo
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "true", value = "车牌是否加密,true为加密,false为不加密,默认为false")

  public Boolean getIsEncryptPlateNo() {
    return isEncryptPlateNo;
  }


  public void setIsEncryptPlateNo(Boolean isEncryptPlateNo) {
    this.isEncryptPlateNo = isEncryptPlateNo;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel mobileNumber(String mobileNumber) {
    
    this.mobileNumber = mobileNumber;
    return this;
  }

   /**
   * 缴费用户的手机号;
   * @return mobileNumber
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "13800000000", value = "缴费用户的手机号;")

  public String getMobileNumber() {
    return mobileNumber;
  }


  public void setMobileNumber(String mobileNumber) {
    this.mobileNumber = mobileNumber;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel openAppid(String openAppid) {
    
    this.openAppid = openAppid;
    return this;
  }

   /**
   * 蚂蚁会员统一ID对应的归属应用appid
   * @return openAppid
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "2023xxxxxxxxxxxx", value = "蚂蚁会员统一ID对应的归属应用appid")

  public String getOpenAppid() {
    return openAppid;
  }


  public void setOpenAppid(String openAppid) {
    this.openAppid = openAppid;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel openId(String openId) {
    
    this.openId = openId;
    return this;
  }

   /**
   * 蚂蚁会员统一ID
   * @return openId
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5", value = "蚂蚁会员统一ID")

  public String getOpenId() {
    return openId;
  }


  public void setOpenId(String openId) {
    this.openId = openId;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel outOrderNo(String outOrderNo) {
    
    this.outOrderNo = outOrderNo;
    return this;
  }

   /**
   * 服务商停车费支付订单号;
   * @return outOrderNo
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "abx20240981811199912", value = "服务商停车费支付订单号;")

  public String getOutOrderNo() {
    return outOrderNo;
  }


  public void setOutOrderNo(String outOrderNo) {
    this.outOrderNo = outOrderNo;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel outSerialNo(String outSerialNo) {
    
    this.outSerialNo = outSerialNo;
    return this;
  }

   /**
   * 外部停车流水号(用于串通进场与出场信息)
   * @return outSerialNo
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "2020090711003017233600000001", value = "外部停车流水号(用于串通进场与出场信息)")

  public String getOutSerialNo() {
    return outSerialNo;
  }


  public void setOutSerialNo(String outSerialNo) {
    this.outSerialNo = outSerialNo;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel paymentAmount(String paymentAmount) {
    
    this.paymentAmount = paymentAmount;
    return this;
  }

   /**
   * 停车费实付金额;单位元;
   * @return paymentAmount
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "8.00", value = "停车费实付金额;单位元;")

  public String getPaymentAmount() {
    return paymentAmount;
  }


  public void setPaymentAmount(String paymentAmount) {
    this.paymentAmount = paymentAmount;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel paymentTime(String paymentTime) {
    
    this.paymentTime = paymentTime;
    return this;
  }

   /**
   * 场内缴费时间,格式\"YYYY-MM-DD HH:mm:ss\",24小时制,请保证服务器时间准确,场内缴费不应晚于当前网络时间
   * @return paymentTime
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "2021-06-12 15:29:55", value = "场内缴费时间,格式\"YYYY-MM-DD HH:mm:ss\",24小时制,请保证服务器时间准确,场内缴费不应晚于当前网络时间")

  public String getPaymentTime() {
    return paymentTime;
  }


  public void setPaymentTime(String paymentTime) {
    this.paymentTime = paymentTime;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel paymentType(String paymentType) {
    
    this.paymentType = paymentType;
    return this;
  }

   /**
   * 支付方式; ALIPAY:支付宝 WECHAT:微信 CUQP:云闪付 CASH:现金 OTHER:其他渠道
   * @return paymentType
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "ALIPAY", value = "支付方式; ALIPAY:支付宝 WECHAT:微信 CUQP:云闪付 CASH:现金 OTHER:其他渠道")

  public String getPaymentType() {
    return paymentType;
  }


  public void setPaymentType(String paymentType) {
    this.paymentType = paymentType;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel paymentUserOpenId(String paymentUserOpenId) {
    
    this.paymentUserOpenId = paymentUserOpenId;
    return this;
  }

   /**
   * 停车缴费用户的OPENID;
   * @return paymentUserOpenId
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5", value = "停车缴费用户的OPENID;")

  public String getPaymentUserOpenId() {
    return paymentUserOpenId;
  }


  public void setPaymentUserOpenId(String paymentUserOpenId) {
    this.paymentUserOpenId = paymentUserOpenId;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel plateColor(String plateColor) {
    
    this.plateColor = plateColor;
    return this;
  }

   /**
   * 车牌颜色,车牌颜色,枚举支持: *BLUE:蓝。 *GREEN:绿。 *YELLOW:黄。 *WHITE:白。 *BLACK:黑。 *LIMEGREEN:黄绿色。
   * @return plateColor
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "BLUE", value = "车牌颜色,车牌颜色,枚举支持: *BLUE:蓝。 *GREEN:绿。 *YELLOW:黄。 *WHITE:白。 *BLACK:黑。 *LIMEGREEN:黄绿色。")

  public String getPlateColor() {
    return plateColor;
  }


  public void setPlateColor(String plateColor) {
    this.plateColor = plateColor;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel plateNo(String plateNo) {
    
    this.plateNo = plateNo;
    return this;
  }

   /**
   * 车牌号(支持加密格式)
   * @return plateNo
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "豫C33333", value = "车牌号(支持加密格式)")

  public String getPlateNo() {
    return plateNo;
  }


  public void setPlateNo(String plateNo) {
    this.plateNo = plateNo;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel serviceUrl(String serviceUrl) {
    
    this.serviceUrl = serviceUrl;
    return this;
  }

   /**
   * 停车服务页面地址。 1、服务商停车服务页面地址必须是支付宝小程序URL(无需转换https),详见:https://opendocs.alipay.com/support/01rb18#URL%20%E6%A0%BC%E5%BC%8F 2、若服务商没有服务链接,可传输支付宝停车官方小程序的服务链接:alipays://platformapi/startapp?appId=2021001102642986&page=pages%2Fparking-fee%2Findex 3、若此次对接的是无感支付,则服务链接传输为:alipays://platformapi/startapp?appId=2021001102642986&page=%2Fpages%2Fparking-bill%2Findex
   * @return serviceUrl
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "alipays://xxxxx", value = "停车服务页面地址。 1、服务商停车服务页面地址必须是支付宝小程序URL(无需转换https),详见:https://opendocs.alipay.com/support/01rb18#URL%20%E6%A0%BC%E5%BC%8F 2、若服务商没有服务链接,可传输支付宝停车官方小程序的服务链接:alipays://platformapi/startapp?appId=2021001102642986&page=pages%2Fparking-fee%2Findex 3、若此次对接的是无感支付,则服务链接传输为:alipays://platformapi/startapp?appId=2021001102642986&page=%2Fpages%2Fparking-bill%2Findex")

  public String getServiceUrl() {
    return serviceUrl;
  }


  public void setServiceUrl(String serviceUrl) {
    this.serviceUrl = serviceUrl;
  }


  public AlipayCommerceTransportParkingPaymentinfoSyncModel totalAmount(String totalAmount) {
    
    this.totalAmount = totalAmount;
    return this;
  }

   /**
   * 停车费总金额;单位元;理论应等于实付金额+折扣金额
   * @return totalAmount
  **/
  @javax.annotation.Nullable
  @ApiModelProperty(example = "10.00", value = "停车费总金额;单位元;理论应等于实付金额+折扣金额")

  public String getTotalAmount() {
    return totalAmount;
  }


  public void setTotalAmount(String totalAmount) {
    this.totalAmount = totalAmount;
  }

  /**
   * A container for additional, undeclared properties.
   * This is a holder for any undeclared properties as specified with
   * the 'additionalProperties' keyword in the OAS document.
   */
  private Map additionalProperties;

  /**
   * Set the additional (undeclared) property with the specified name and value.
   * If the property does not already exist, create it otherwise replace it.
   *
   * @param key name of the property
   * @param value value of the property
   * @return the AlipayCommerceTransportParkingPaymentinfoSyncModel instance itself
   */
  public AlipayCommerceTransportParkingPaymentinfoSyncModel putAdditionalProperty(String key, Object value) {
    if (this.additionalProperties == null) {
        this.additionalProperties = new HashMap();
    }
    this.additionalProperties.put(key, value);
    return this;
  }

  /**
   * Return the additional (undeclared) property.
   *
   * @return a map of objects
   */
  public Map getAdditionalProperties() {
    return additionalProperties;
  }

  /**
   * Return the additional (undeclared) property with the specified name.
   *
   * @param key name of the property
   * @return an object
   */
  public Object getAdditionalProperty(String key) {
    if (this.additionalProperties == null) {
        return null;
    }
    return this.additionalProperties.get(key);
  }


  @Override
  public boolean equals(Object o) {
    if (this == o) {
      return true;
    }
    if (o == null || getClass() != o.getClass()) {
      return false;
    }
    AlipayCommerceTransportParkingPaymentinfoSyncModel alipayCommerceTransportParkingPaymentinfoSyncModel = (AlipayCommerceTransportParkingPaymentinfoSyncModel) o;
    return Objects.equals(this.alipayTradeNo, alipayCommerceTransportParkingPaymentinfoSyncModel.alipayTradeNo) &&
        Objects.equals(this.discountAmount, alipayCommerceTransportParkingPaymentinfoSyncModel.discountAmount) &&
        Objects.equals(this.discountInformation, alipayCommerceTransportParkingPaymentinfoSyncModel.discountInformation) &&
        Objects.equals(this.freeExitMinutes, alipayCommerceTransportParkingPaymentinfoSyncModel.freeExitMinutes) &&
        Objects.equals(this.isEncryptPlateNo, alipayCommerceTransportParkingPaymentinfoSyncModel.isEncryptPlateNo) &&
        Objects.equals(this.mobileNumber, alipayCommerceTransportParkingPaymentinfoSyncModel.mobileNumber) &&
        Objects.equals(this.openAppid, alipayCommerceTransportParkingPaymentinfoSyncModel.openAppid) &&
        Objects.equals(this.openId, alipayCommerceTransportParkingPaymentinfoSyncModel.openId) &&
        Objects.equals(this.outOrderNo, alipayCommerceTransportParkingPaymentinfoSyncModel.outOrderNo) &&
        Objects.equals(this.outSerialNo, alipayCommerceTransportParkingPaymentinfoSyncModel.outSerialNo) &&
        Objects.equals(this.paymentAmount, alipayCommerceTransportParkingPaymentinfoSyncModel.paymentAmount) &&
        Objects.equals(this.paymentTime, alipayCommerceTransportParkingPaymentinfoSyncModel.paymentTime) &&
        Objects.equals(this.paymentType, alipayCommerceTransportParkingPaymentinfoSyncModel.paymentType) &&
        Objects.equals(this.paymentUserOpenId, alipayCommerceTransportParkingPaymentinfoSyncModel.paymentUserOpenId) &&
        Objects.equals(this.plateColor, alipayCommerceTransportParkingPaymentinfoSyncModel.plateColor) &&
        Objects.equals(this.plateNo, alipayCommerceTransportParkingPaymentinfoSyncModel.plateNo) &&
        Objects.equals(this.serviceUrl, alipayCommerceTransportParkingPaymentinfoSyncModel.serviceUrl) &&
        Objects.equals(this.totalAmount, alipayCommerceTransportParkingPaymentinfoSyncModel.totalAmount)&&
        Objects.equals(this.additionalProperties, alipayCommerceTransportParkingPaymentinfoSyncModel.additionalProperties);
  }

  @Override
  public int hashCode() {
    return Objects.hash(alipayTradeNo, discountAmount, discountInformation, freeExitMinutes, isEncryptPlateNo, mobileNumber, openAppid, openId, outOrderNo, outSerialNo, paymentAmount, paymentTime, paymentType, paymentUserOpenId, plateColor, plateNo, serviceUrl, totalAmount, additionalProperties);
  }

  @Override
  public String toString() {
    StringBuilder sb = new StringBuilder();
    sb.append("class AlipayCommerceTransportParkingPaymentinfoSyncModel {\n");
    sb.append("    alipayTradeNo: ").append(toIndentedString(alipayTradeNo)).append("\n");
    sb.append("    discountAmount: ").append(toIndentedString(discountAmount)).append("\n");
    sb.append("    discountInformation: ").append(toIndentedString(discountInformation)).append("\n");
    sb.append("    freeExitMinutes: ").append(toIndentedString(freeExitMinutes)).append("\n");
    sb.append("    isEncryptPlateNo: ").append(toIndentedString(isEncryptPlateNo)).append("\n");
    sb.append("    mobileNumber: ").append(toIndentedString(mobileNumber)).append("\n");
    sb.append("    openAppid: ").append(toIndentedString(openAppid)).append("\n");
    sb.append("    openId: ").append(toIndentedString(openId)).append("\n");
    sb.append("    outOrderNo: ").append(toIndentedString(outOrderNo)).append("\n");
    sb.append("    outSerialNo: ").append(toIndentedString(outSerialNo)).append("\n");
    sb.append("    paymentAmount: ").append(toIndentedString(paymentAmount)).append("\n");
    sb.append("    paymentTime: ").append(toIndentedString(paymentTime)).append("\n");
    sb.append("    paymentType: ").append(toIndentedString(paymentType)).append("\n");
    sb.append("    paymentUserOpenId: ").append(toIndentedString(paymentUserOpenId)).append("\n");
    sb.append("    plateColor: ").append(toIndentedString(plateColor)).append("\n");
    sb.append("    plateNo: ").append(toIndentedString(plateNo)).append("\n");
    sb.append("    serviceUrl: ").append(toIndentedString(serviceUrl)).append("\n");
    sb.append("    totalAmount: ").append(toIndentedString(totalAmount)).append("\n");
    sb.append("    additionalProperties: ").append(toIndentedString(additionalProperties)).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    ");
  }


  public static HashSet openapiFields;
  public static HashSet openapiRequiredFields;

  static {
    // a set of all properties/fields (JSON key names)
    openapiFields = new HashSet();
    openapiFields.add("alipay_trade_no");
    openapiFields.add("discount_amount");
    openapiFields.add("discount_information");
    openapiFields.add("free_exit_minutes");
    openapiFields.add("is_encrypt_plate_no");
    openapiFields.add("mobile_number");
    openapiFields.add("open_appid");
    openapiFields.add("open_id");
    openapiFields.add("out_order_no");
    openapiFields.add("out_serial_no");
    openapiFields.add("payment_amount");
    openapiFields.add("payment_time");
    openapiFields.add("payment_type");
    openapiFields.add("payment_user_open_id");
    openapiFields.add("plate_color");
    openapiFields.add("plate_no");
    openapiFields.add("service_url");
    openapiFields.add("total_amount");

    // a set of required properties/fields (JSON key names)
    openapiRequiredFields = new HashSet();
  }

 /**
  * Validates the JSON Object and throws an exception if issues found
  *
  * @param jsonObj JSON Object
  * @throws IOException if the JSON Object is invalid with respect to AlipayCommerceTransportParkingPaymentinfoSyncModel
  */
  public static void validateJsonObject(JsonObject jsonObj) throws IOException {
      if (jsonObj == null) {
        if (AlipayCommerceTransportParkingPaymentinfoSyncModel.openapiRequiredFields.isEmpty()) {
          return;
        } else { // has required fields
          throw new IllegalArgumentException(String.format("The required field(s) %s in AlipayCommerceTransportParkingPaymentinfoSyncModel is not found in the empty JSON string", AlipayCommerceTransportParkingPaymentinfoSyncModel.openapiRequiredFields.toString()));
        }
      }
      if (jsonObj.get("alipay_trade_no") != null && !jsonObj.get("alipay_trade_no").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `alipay_trade_no` to be a primitive type in the JSON string but got `%s`", jsonObj.get("alipay_trade_no").toString()));
      }
      if (jsonObj.get("discount_amount") != null && !jsonObj.get("discount_amount").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `discount_amount` to be a primitive type in the JSON string but got `%s`", jsonObj.get("discount_amount").toString()));
      }
      JsonArray jsonArraydiscountInformation = jsonObj.getAsJsonArray("discount_information");
      if (jsonArraydiscountInformation != null) {
        // ensure the json data is an array
        if (!jsonObj.get("discount_information").isJsonArray()) {
          throw new IllegalArgumentException(String.format("Expected the field `discount_information` to be an array in the JSON string but got `%s`", jsonObj.get("discount_information").toString()));
        }

        // validate the optional field `discount_information` (array)
        for (int i = 0; i < jsonArraydiscountInformation.size(); i++) {
          ParkingPaymentDiscountInfo.validateJsonObject(jsonArraydiscountInformation.get(i).getAsJsonObject());
        };
      }
      if (jsonObj.get("free_exit_minutes") != null && !jsonObj.get("free_exit_minutes").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `free_exit_minutes` to be a primitive type in the JSON string but got `%s`", jsonObj.get("free_exit_minutes").toString()));
      }
      if (jsonObj.get("mobile_number") != null && !jsonObj.get("mobile_number").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `mobile_number` to be a primitive type in the JSON string but got `%s`", jsonObj.get("mobile_number").toString()));
      }
      if (jsonObj.get("open_appid") != null && !jsonObj.get("open_appid").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `open_appid` to be a primitive type in the JSON string but got `%s`", jsonObj.get("open_appid").toString()));
      }
      if (jsonObj.get("open_id") != null && !jsonObj.get("open_id").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `open_id` to be a primitive type in the JSON string but got `%s`", jsonObj.get("open_id").toString()));
      }
      if (jsonObj.get("out_order_no") != null && !jsonObj.get("out_order_no").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `out_order_no` to be a primitive type in the JSON string but got `%s`", jsonObj.get("out_order_no").toString()));
      }
      if (jsonObj.get("out_serial_no") != null && !jsonObj.get("out_serial_no").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `out_serial_no` to be a primitive type in the JSON string but got `%s`", jsonObj.get("out_serial_no").toString()));
      }
      if (jsonObj.get("payment_amount") != null && !jsonObj.get("payment_amount").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `payment_amount` to be a primitive type in the JSON string but got `%s`", jsonObj.get("payment_amount").toString()));
      }
      if (jsonObj.get("payment_time") != null && !jsonObj.get("payment_time").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `payment_time` to be a primitive type in the JSON string but got `%s`", jsonObj.get("payment_time").toString()));
      }
      if (jsonObj.get("payment_type") != null && !jsonObj.get("payment_type").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `payment_type` to be a primitive type in the JSON string but got `%s`", jsonObj.get("payment_type").toString()));
      }
      if (jsonObj.get("payment_user_open_id") != null && !jsonObj.get("payment_user_open_id").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `payment_user_open_id` to be a primitive type in the JSON string but got `%s`", jsonObj.get("payment_user_open_id").toString()));
      }
      if (jsonObj.get("plate_color") != null && !jsonObj.get("plate_color").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `plate_color` to be a primitive type in the JSON string but got `%s`", jsonObj.get("plate_color").toString()));
      }
      if (jsonObj.get("plate_no") != null && !jsonObj.get("plate_no").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `plate_no` to be a primitive type in the JSON string but got `%s`", jsonObj.get("plate_no").toString()));
      }
      if (jsonObj.get("service_url") != null && !jsonObj.get("service_url").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `service_url` to be a primitive type in the JSON string but got `%s`", jsonObj.get("service_url").toString()));
      }
      if (jsonObj.get("total_amount") != null && !jsonObj.get("total_amount").isJsonPrimitive()) {
        throw new IllegalArgumentException(String.format("Expected the field `total_amount` to be a primitive type in the JSON string but got `%s`", jsonObj.get("total_amount").toString()));
      }
  }

  public static class CustomTypeAdapterFactory implements TypeAdapterFactory {
    @SuppressWarnings("unchecked")
    @Override
    public  TypeAdapter create(Gson gson, TypeToken type) {
       if (!AlipayCommerceTransportParkingPaymentinfoSyncModel.class.isAssignableFrom(type.getRawType())) {
         return null; // this class only serializes 'AlipayCommerceTransportParkingPaymentinfoSyncModel' and its subtypes
       }
       final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class);
       final TypeAdapter thisAdapter
                        = gson.getDelegateAdapter(this, TypeToken.get(AlipayCommerceTransportParkingPaymentinfoSyncModel.class));

       return (TypeAdapter) new TypeAdapter() {
           @Override
           public void write(JsonWriter out, AlipayCommerceTransportParkingPaymentinfoSyncModel value) throws IOException {
             JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject();
             obj.remove("additionalProperties");
             // serialize additonal properties
             if (value.getAdditionalProperties() != null) {
               for (Map.Entry entry : value.getAdditionalProperties().entrySet()) {
                 if (entry.getValue() instanceof String)
                   obj.addProperty(entry.getKey(), (String) entry.getValue());
                 else if (entry.getValue() instanceof Number)
                   obj.addProperty(entry.getKey(), (Number) entry.getValue());
                 else if (entry.getValue() instanceof Boolean)
                   obj.addProperty(entry.getKey(), (Boolean) entry.getValue());
                 else if (entry.getValue() instanceof Character)
                   obj.addProperty(entry.getKey(), (Character) entry.getValue());
                 else {
                   obj.add(entry.getKey(), gson.toJsonTree(entry.getValue()).getAsJsonObject());
                 }
               }
             }
             elementAdapter.write(out, obj);
           }

           @Override
           public AlipayCommerceTransportParkingPaymentinfoSyncModel read(JsonReader in) throws IOException {
             JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject();
             validateJsonObject(jsonObj);
             // store additional fields in the deserialized instance
             AlipayCommerceTransportParkingPaymentinfoSyncModel instance = thisAdapter.fromJsonTree(jsonObj);
             for (Map.Entry entry : jsonObj.entrySet()) {
               if (!openapiFields.contains(entry.getKey())) {
                 if (entry.getValue().isJsonPrimitive()) { // primitive type
                   if (entry.getValue().getAsJsonPrimitive().isString())
                     instance.putAdditionalProperty(entry.getKey(), entry.getValue().getAsString());
                   else if (entry.getValue().getAsJsonPrimitive().isNumber())
                     instance.putAdditionalProperty(entry.getKey(), entry.getValue().getAsNumber());
                   else if (entry.getValue().getAsJsonPrimitive().isBoolean())
                     instance.putAdditionalProperty(entry.getKey(), entry.getValue().getAsBoolean());
                   else
                     throw new IllegalArgumentException(String.format("The field `%s` has unknown primitive type. Value: %s", entry.getKey(), entry.getValue().toString()));
                 } else { // non-primitive type
                   instance.putAdditionalProperty(entry.getKey(), gson.fromJson(entry.getValue(), HashMap.class));
                 }
               }
             }
             return instance;
           }

       }.nullSafe();
    }
  }

 /**
  * Create an instance of AlipayCommerceTransportParkingPaymentinfoSyncModel given an JSON string
  *
  * @param jsonString JSON string
  * @return An instance of AlipayCommerceTransportParkingPaymentinfoSyncModel
  * @throws IOException if the JSON string is invalid with respect to AlipayCommerceTransportParkingPaymentinfoSyncModel
  */
  public static AlipayCommerceTransportParkingPaymentinfoSyncModel fromJson(String jsonString) throws IOException {
    return JSON.getGson().fromJson(jsonString, AlipayCommerceTransportParkingPaymentinfoSyncModel.class);
  }

 /**
  * Convert an instance of AlipayCommerceTransportParkingPaymentinfoSyncModel to an JSON string
  *
  * @return JSON string
  */
  public String toJson() {
    return JSON.getGson().toJson(this);
  }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy