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

com.arextest.diff.model.MsgInfo Maven / Gradle / Ivy

There is a newer version: 0.2.15
Show newest version
package com.arextest.diff.model;

/**
 * Created by rchen9 on 2023/6/15.
 */
public class MsgInfo {

  /**
   * @link com.arextest.diff.model.enumeration.MsgMissingCode
   */
  private int msgMiss;

  public int getMsgMiss() {
    return msgMiss;
  }

  public void setMsgMiss(int msgMiss) {
    this.msgMiss = msgMiss;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy