public class SecureScoreControlProfile extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
actionType
The Action Type.
|
java.lang.String |
actionUrl
The Action Url.
|
java.lang.String |
azureTenantId
The Azure Tenant Id.
|
java.util.List<ComplianceInformation> |
complianceInformation
The Compliance Information.
|
java.lang.String |
controlCategory
The Control Category.
|
java.util.List<SecureScoreControlStateUpdate> |
controlStateUpdates
The Control State Updates.
|
java.lang.Boolean |
deprecated
The Deprecated.
|
java.lang.String |
implementationCost
The Implementation Cost.
|
java.util.Calendar |
lastModifiedDateTime
The Last Modified Date Time.
|
java.lang.Double |
maxScore
The Max Score.
|
java.lang.Integer |
rank
The Rank.
|
java.lang.String |
remediation
The Remediation.
|
java.lang.String |
remediationImpact
The Remediation Impact.
|
java.lang.String |
service
The Service.
|
java.util.List<java.lang.String> |
threats
The Threats.
|
java.lang.String |
tier
The Tier.
|
java.lang.String |
title
The Title.
|
java.lang.String |
userImpact
The User Impact.
|
SecurityVendorInformation |
vendorInformation
The Vendor Information.
|
| Constructor and Description |
|---|
SecureScoreControlProfile() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="actionType",
alternate="ActionType")
@Expose
public java.lang.String actionType
@SerializedName(value="actionUrl",
alternate="ActionUrl")
@Expose
public java.lang.String actionUrl
@SerializedName(value="azureTenantId",
alternate="AzureTenantId")
@Expose
public java.lang.String azureTenantId
@SerializedName(value="complianceInformation",
alternate="ComplianceInformation")
@Expose
public java.util.List<ComplianceInformation> complianceInformation
@SerializedName(value="controlCategory",
alternate="ControlCategory")
@Expose
public java.lang.String controlCategory
@SerializedName(value="controlStateUpdates",
alternate="ControlStateUpdates")
@Expose
public java.util.List<SecureScoreControlStateUpdate> controlStateUpdates
@SerializedName(value="deprecated",
alternate="Deprecated")
@Expose
public java.lang.Boolean deprecated
@SerializedName(value="implementationCost",
alternate="ImplementationCost")
@Expose
public java.lang.String implementationCost
@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
public java.util.Calendar lastModifiedDateTime
@SerializedName(value="maxScore",
alternate="MaxScore")
@Expose
public java.lang.Double maxScore
@SerializedName(value="rank",
alternate="Rank")
@Expose
public java.lang.Integer rank
@SerializedName(value="remediation",
alternate="Remediation")
@Expose
public java.lang.String remediation
@SerializedName(value="remediationImpact",
alternate="RemediationImpact")
@Expose
public java.lang.String remediationImpact
@SerializedName(value="service",
alternate="Service")
@Expose
public java.lang.String service
@SerializedName(value="threats",
alternate="Threats")
@Expose
public java.util.List<java.lang.String> threats
@SerializedName(value="tier",
alternate="Tier")
@Expose
public java.lang.String tier
@SerializedName(value="title",
alternate="Title")
@Expose
public java.lang.String title
@SerializedName(value="userImpact",
alternate="UserImpact")
@Expose
public java.lang.String userImpact
@SerializedName(value="vendorInformation",
alternate="VendorInformation")
@Expose
public SecurityVendorInformation vendorInformation
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to