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

com.targomo.client.api.pojo.AggregationInputParameters Maven / Gradle / Ivy

There is a newer version: 0.39.0
Show newest version
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