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

com.aeontronix.anypointsdk.cloudhub.CHApplicationTrackingSettings Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta35
Show newest version
package com.aeontronix.anypointsdk.cloudhub;

import com.fasterxml.jackson.annotation.JsonProperty;

public class CHApplicationTrackingSettings {

	@JsonProperty("trackingLevel")
	private String trackingLevel;

	public void setTrackingLevel(String trackingLevel){
		this.trackingLevel = trackingLevel;
	}

	public String getTrackingLevel(){
		return trackingLevel;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy