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

com.aliyun.openservices.log.response.GetMachineResponse Maven / Gradle / Ivy

package com.aliyun.openservices.log.response;

import java.util.Map;

import com.aliyun.openservices.log.common.Machine;

public class GetMachineResponse extends Response {
	/**
	 * 
	 */
	private static final long serialVersionUID = -6169800365898110627L;
	Machine machine = new Machine();

	public GetMachineResponse(Map headers, Machine machine) {
		super(headers);
		SetMachine(machine);
	}

	public Machine GetMachine() {
		return machine;
	}

	public void SetMachine(Machine machine) {
		this.machine = new Machine(machine);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy