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

com.almis.awe.testing.model.VideoRecorderStopRequest Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
package com.almis.awe.testing.model;

import lombok.Data;
import lombok.experimental.Accessors;

@Data
@Accessors(chain = true)
public class VideoRecorderStopRequest {
  private String id;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy