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

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

package com.aliyun.openservices.log.request;

public class ApproveMachineGroupRequest extends Request {

	/**
	 * 
	 */
	private static final long serialVersionUID = -3351040215690628252L;
	protected String groupName = "";

	public ApproveMachineGroupRequest(String project, String groupName) {
		super(project);
		this.groupName = groupName;
	}

	public String GetGroupName() {
		return groupName;
	}

	public void SetGroupName(String groupName) {
		this.groupName = groupName;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy