
com.targomo.client.api.pojo.AggregationInputParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java client library for easy usage of Targomo web services.
package com.targomo.client.api.pojo;
import lombok.*;
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
@Builder
@EqualsAndHashCode
@ToString(includeFieldNames=true)
public class AggregationInputParameters {
private Float inputFactor;
private Boolean gravitationPositiveInfluence;
private Double gravitationAttractionStrength;
private Boolean gravitationCompetingPositiveInfluence;
public AggregationInputParameters(Float inputFactor, Boolean gravitationPositiveInfluence, Double gravitationAttractionStrength) {
this(inputFactor, gravitationPositiveInfluence, gravitationAttractionStrength, null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy