@Data
public class SoftPhoneEventDto {
@ApiModelProperty(name = "r", value = "", notes = "router")
private String r;
@NotNull
@ApiModelProperty(name = "act", value = "", notes = "actions enmeration", allowableValues =
"1,2,3,4,5,6,7,8,9")
private Integer act;
...
}