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

top.hmtools.wxmp.message.template.model.DataItem Maven / Gradle / Ivy

The newest version!
package top.hmtools.wxmp.message.template.model;

/**
 * Auto-generated: 2019-08-29 11:48:4
 *
 * @author bejson.com ([email protected])
 * @website http://www.bejson.com/java2pojo/
 */
public class DataItem {

	private String value;
	private String color;
	
	public DataItem(String value,String color ) {
		this.color = color;
		this.value = value;
	}

	public void setValue(String value) {
		this.value = value;
	}

	public String getValue() {
		return value;
	}

	public String getColor() {
		return color;
	}

	public void setColor(String color) {
		this.color = color;
	}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy