public class DirectoryAudit extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.Calendar |
activityDateTime
The Activity Date Time.
|
java.lang.String |
activityDisplayName
The Activity Display Name.
|
java.util.List<KeyValue> |
additionalDetails
The Additional Details.
|
java.lang.String |
category
The Category.
|
java.lang.String |
correlationId
The Correlation Id.
|
AuditActivityInitiator |
initiatedBy
The Initiated By.
|
java.lang.String |
loggedByService
The Logged By Service.
|
java.lang.String |
operationType
The Operation Type.
|
OperationResult |
result
The Result.
|
java.lang.String |
resultReason
The Result Reason.
|
java.util.List<TargetResource> |
targetResources
The Target Resources.
|
| Constructor and Description |
|---|
DirectoryAudit() |
| 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="category") @Expose public java.lang.String category
@SerializedName(value="correlationId") @Expose public java.lang.String correlationId
@SerializedName(value="result") @Expose public OperationResult result
@SerializedName(value="resultReason") @Expose public java.lang.String resultReason
@SerializedName(value="activityDisplayName") @Expose public java.lang.String activityDisplayName
@SerializedName(value="activityDateTime") @Expose public java.util.Calendar activityDateTime
@SerializedName(value="loggedByService") @Expose public java.lang.String loggedByService
@SerializedName(value="operationType") @Expose public java.lang.String operationType
@SerializedName(value="initiatedBy") @Expose public AuditActivityInitiator initiatedBy
@SerializedName(value="targetResources") @Expose public java.util.List<TargetResource> targetResources
@SerializedName(value="additionalDetails") @Expose public java.util.List<KeyValue> additionalDetails
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