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

org.hisp.dhis.model.Indicator Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package org.hisp.dhis.model;

import lombok.Getter;
import lombok.Setter;

import com.fasterxml.jackson.annotation.JsonProperty;

@Getter
@Setter
public class Indicator extends NameableObject
{
    @JsonProperty
    private IndicatorType indicatorType;

    @JsonProperty
    private boolean annualized;

    @JsonProperty
    private String numerator;

    @JsonProperty
    private String numeratorDescription;

    @JsonProperty
    private String denominator;

    @JsonProperty
    private String denominatorDescription;

    @JsonProperty
    private String url;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy