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

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

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

public class GetAppliedConfigsRequest extends Request {

	protected String groupName = "";
	public GetAppliedConfigsRequest(String project, String groupName) {
		super(project);
		// TODO Auto-generated constructor stub
		this.groupName = groupName;
	}
	public String GetGroupName() {
		return groupName;
	}
	public void SetGroupName(String groupName) {
		this.groupName = groupName;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy