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

me.chanjar.weixin.cp.bean.external.moment.MomentInfo Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package me.chanjar.weixin.cp.bean.external.moment;

import com.google.gson.annotations.SerializedName;
import lombok.Data;
import me.chanjar.weixin.cp.bean.external.msg.*;

import java.util.List;

/**
 * The type Moment info.
 *
 * @author Borisg
 */
@Data
public class MomentInfo {
  @SerializedName("moment_id")
  private String momentId;
  @SerializedName("creator")
  private String creator;
  @SerializedName("create_time")
  private String createTime;
  @SerializedName("create_type")
  private Integer createType;
  @SerializedName("visible_type")
  private Integer visibleType;
  private Text text;
  private List image;
  private Video video;
  private Link link;
  private Location location;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy