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

com.restbusters.integraton.tc.client.model.post.job.Properties Maven / Gradle / Ivy

Go to download

Automation and Release API and intergration support; supports REST APIs and external systems.

There is a newer version: 0.0.53
Show newest version
package com.restbusters.integraton.tc.client.model.post.job;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;
import lombok.Setter;

import java.util.List;

@Setter
@Getter
public class Properties{

	@JsonProperty("property")
	private List property;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy