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

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

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

public class GetMachineRequest extends Request {
	/**
	 * 
	 */
	private static final long serialVersionUID = -6028800908603879031L;
	protected String uuid = "";
	
	public GetMachineRequest(String uuid) {
		super("");
		this.uuid = uuid;
	}

	public String GetUuid() {
		return uuid;
	}

	public void SetUuid(String uuid) {
		this.uuid = uuid;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy