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") @Expose public java.lang.String actionType
@SerializedName(value="actionUrl") @Expose public java.lang.String actionUrl
@SerializedName(value="azureTenantId") @Expose public java.lang.String azureTenantId
@SerializedName(value="complianceInformation") @Expose public java.util.List<ComplianceInformation> complianceInformation
@SerializedName(value="controlCategory") @Expose public java.lang.String controlCategory
@SerializedName(value="controlStateUpdates") @Expose public java.util.List<SecureScoreControlStateUpdate> controlStateUpdates
@SerializedName(value="deprecated") @Expose public java.lang.Boolean deprecated
@SerializedName(value="implementationCost") @Expose public java.lang.String implementationCost
@SerializedName(value="lastModifiedDateTime") @Expose public java.util.Calendar lastModifiedDateTime
@SerializedName(value="maxScore") @Expose public java.lang.Double maxScore
@SerializedName(value="rank") @Expose public java.lang.Integer rank
@SerializedName(value="remediation") @Expose public java.lang.String remediation
@SerializedName(value="remediationImpact") @Expose public java.lang.String remediationImpact
@SerializedName(value="service") @Expose public java.lang.String service
@SerializedName(value="threats") @Expose public java.util.List<java.lang.String> threats
@SerializedName(value="tier") @Expose public java.lang.String tier
@SerializedName(value="title") @Expose public java.lang.String title
@SerializedName(value="userImpact") @Expose public java.lang.String userImpact
@SerializedName(value="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