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

com.aliyun.openservices.log.request.GetAppliedMachineGroupRequest Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
package com.aliyun.openservices.log.request;

public class GetAppliedMachineGroupRequest extends Request {

	protected String configName = "";
	public GetAppliedMachineGroupRequest(String project, String configName) {
		super(project);
		// TODO Auto-generated constructor stub
		this.configName = configName;
	}
	public String GetConfigName() {
		return configName;
	}
	public void SetConfigName(String configName) {
		this.configName = configName;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy