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

com.github.leeyazhou.akshare4j.eastmoney.model.DataWrapper Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.github.leeyazhou.akshare4j.eastmoney.model;

import java.util.List;

/**
 * 
 */
public class DataWrapper {

  private int total;
  private List diff;

  public int getTotal() {
    return total;
  }

  public void setTotal(int total) {
    this.total = total;
  }

  public List getDiff() {
    return diff;
  }

  public void setDiff(List diff) {
    this.diff = diff;
  }



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy