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

me.chanjar.weixin.mp.bean.device.RespMsg Maven / Gradle / Ivy

There is a newer version: 4.6.9.B
Show newest version
package me.chanjar.weixin.mp.bean.device;

import com.google.gson.annotations.SerializedName;
import lombok.Data;
import lombok.EqualsAndHashCode;

/**
 *
 * @author keungtung.
 * @date 10/12/2016
 */
@Data
@EqualsAndHashCode(callSuper = false)
public class RespMsg extends AbstractDeviceBean {
  private static final long serialVersionUID = -4241272701707684136L;

  @SerializedName("ret_code")
  private Integer retCode;
  @SerializedName("error_info")
  private String errorInfo;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy