com.nutanix.dp1.sec.security.v4.report.StigProjection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of security-java-client Show documentation
Show all versions of security-java-client Show documentation
Manage security features, such as encryption, certificates, or platform hardening.
The newest version!
/*
* Generated file ..
*
* Product version: 4.0.1-beta-1
*
* Part of the Nutanix Security APIs
*
* (c) 2024 Nutanix Inc. All rights reserved
*
*/
package com.nutanix.dp1.sec.security.v4.report;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import lombok.AccessLevel;
import com.nutanix.devplatform.models.PrettyModeViews.*;
import com.fasterxml.jackson.annotation.JsonView;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.stream.Collectors;
import com.nutanix.dp1.sec.deserializers.SecObjectTypeTypedObject;
import javax.validation.constraints.*;
import java.util.List;
import static com.nutanix.dp1.sec.deserializers.SecDeserializerUtils.*;
@EqualsAndHashCode(callSuper=true)
@Data
@lombok.extern.slf4j.Slf4j
public class StigProjection extends com.nutanix.dp1.sec.security.v4.report.Stig implements java.io.Serializable, SecObjectTypeTypedObject {
public StigProjection() {
super();
}
@lombok.Builder(builderMethodName = "StigProjectionBuilder")
public StigProjection(String tenantId, String extId, java.util.List links, String title, String ruleId, String stigVersion, java.util.List identifiers, java.util.List affectedClusters, com.nutanix.dp1.sec.security.v4.report.Severity severity, com.nutanix.dp1.sec.security.v4.report.StigStatus status, String comments, String fixText, String benchmarkId) {
super(tenantId, extId, links, title, ruleId, stigVersion, identifiers, affectedClusters, severity, status, comments, fixText, benchmarkId);
}
@Override
protected String initialize$objectType() {
return "security.v4.report.StigProjection";
}
@Override
protected String initialize$fv() {
return "v4.r0.b1";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy