io.harness.cf.client.api.SummaryMetrics Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ff-java-server-sdk Show documentation
Show all versions of ff-java-server-sdk Show documentation
Harness Feature Flag Java Server SDK
The newest version!
package io.harness.cf.client.api;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@AllArgsConstructor
@Builder
@NoArgsConstructor
@Data
class SummaryMetrics {
private String featureName;
private String variationIdentifier;
private String variationValue;
private String targetIdentifier;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy