public class UriClickSecurityState
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
clickAction
The Click Action.
|
java.time.OffsetDateTime |
clickDateTime
The Click Date Time.
|
java.lang.String |
id
The Id.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
sourceId
The Source Id.
|
java.lang.String |
uriDomain
The Uri Domain.
|
java.lang.String |
verdict
The Verdict.
|
Constructor and Description |
---|
UriClickSecurityState() |
Modifier and Type | Method and Description |
---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="clickAction", alternate="ClickAction") @Expose @Nullable public java.lang.String clickAction
@SerializedName(value="clickDateTime", alternate="ClickDateTime") @Expose @Nullable public java.time.OffsetDateTime clickDateTime
@SerializedName(value="id", alternate="Id") @Expose @Nullable public java.lang.String id
@SerializedName(value="sourceId", alternate="SourceId") @Expose @Nullable public java.lang.String sourceId
@SerializedName(value="uriDomain", alternate="UriDomain") @Expose @Nullable public java.lang.String uriDomain
@SerializedName(value="verdict", alternate="Verdict") @Expose @Nullable public java.lang.String verdict
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager
in interface com.microsoft.graph.serializer.IJsonBackedObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to