public class SecureScore extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
activeUserCount
The Active User Count.
|
java.util.List<AverageComparativeScore> |
averageComparativeScores
The Average Comparative Scores.
|
java.lang.String |
azureTenantId
The Azure Tenant Id.
|
java.util.List<ControlScore> |
controlScores
The Control Scores.
|
java.util.Calendar |
createdDateTime
The Created Date Time.
|
java.lang.Double |
currentScore
The Current Score.
|
java.util.List<java.lang.String> |
enabledServices
The Enabled Services.
|
java.lang.Integer |
licensedUserCount
The Licensed User Count.
|
java.lang.Double |
maxScore
The Max Score.
|
SecurityVendorInformation |
vendorInformation
The Vendor Information.
|
| Constructor and Description |
|---|
SecureScore() |
| 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="activeUserCount") @Expose public java.lang.Integer activeUserCount
@SerializedName(value="averageComparativeScores") @Expose public java.util.List<AverageComparativeScore> averageComparativeScores
@SerializedName(value="azureTenantId") @Expose public java.lang.String azureTenantId
@SerializedName(value="controlScores") @Expose public java.util.List<ControlScore> controlScores
@SerializedName(value="createdDateTime") @Expose public java.util.Calendar createdDateTime
@SerializedName(value="currentScore") @Expose public java.lang.Double currentScore
@SerializedName(value="enabledServices") @Expose public java.util.List<java.lang.String> enabledServices
@SerializedName(value="licensedUserCount") @Expose public java.lang.Integer licensedUserCount
@SerializedName(value="maxScore") @Expose public java.lang.Double maxScore
@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