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

models.AutomationResponseBody Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package models;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

@Getter
@Setter
@ToString
public class AutomationResponseBody {
    private String runId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy