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

com.taobao.api.internal.cluster.ApiModle Maven / Gradle / Ivy

There is a newer version: 1.8.10
Show newest version
package com.taobao.api.internal.cluster;

public class ApiModle {

	//路由字段
	private String field;
	
	//选用的模式
	private String modle;

	public String getField() {
		return field;
	}

	public void setField(String field) {
		this.field = field;
	}

	public String getModle() {
		return modle;
	}

	public void setModle(String modle) {
		this.modle = modle;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy