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

com.ksyun.api.sdk.kec.model.InstanceMonitor Maven / Gradle / Ivy

There is a newer version: 2.1.8
Show newest version
package com.ksyun.api.sdk.kec.model;

import lombok.EqualsAndHashCode;
import lombok.ToString;

@ToString
@EqualsAndHashCode
public class InstanceMonitor {

	private String State;

	public String getState() {
		return State;
	}

	public void setState(String state) {
		State = state;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy