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

io.thundra.swark.common.model.UtmParameters Maven / Gradle / Ivy

There is a newer version: 0.0.10
Show newest version
package io.thundra.swark.common.model;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;

/**
 * @author serkan
 */
@Data
public class UtmParameters {

    @JsonProperty("utmSource")
    private String utmSource;

    @JsonProperty("utmMedium")
    private String utmMedium;

    @JsonProperty("utmCampaign")
    private String utmCampaign;

    @JsonProperty("utmContent")
    private String utmContent;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy