package art.servers.gost.access.configuration; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonPropertyOrder; @JsonPropertyOrder ({ "Waiting period" }) public class ConfigurationDetail_ZPR { /** * JsonProperty("Waiting period") * Waiting period for infractions: Time delay in hours between the generation of detections by Neural cameras and their display * in the system due to possible temporary authorizations that may be processed afterwards. */ @JsonProperty("Waiting period") public Integer waitingPeriod; }