com.netuitive.iris.entity.wrapper.MetricMetasWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iris Show documentation
Show all versions of iris Show documentation
Java SDK for the Netuitive REST API
The newest version!
package com.netuitive.iris.entity.wrapper;
import lombok.Data;
/**
*
* @author john.king
*/
@Data
public class MetricMetasWrapper {
private String id;
private Iterable metricMeta;
}