Class IpEvidence
java.lang.Object
com.microsoft.graph.security.models.AlertEvidence
com.microsoft.graph.security.models.IpEvidence
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IpEvidence
extends AlertEvidence
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ip Evidence.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Country Letter Code.The Ip Address.Fields inherited from class com.microsoft.graph.security.models.AlertEvidence
createdDateTime, detailedRoles, oDataType, remediationStatus, remediationStatusDetails, roles, tags, verdict
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.security.models.AlertEvidence
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
countryLetterCode
@SerializedName(value="countryLetterCode", alternate="CountryLetterCode") @Expose @Nullable public String countryLetterCodeThe Country Letter Code. The two-letter country code according to ISO 3166 format, for example: US, UK, CA, etc..). -
ipAddress
The Ip Address. The value of the IP Address, can be either in V4 address or V6 address format.
-
-
Constructor Details
-
IpEvidence
public IpEvidence()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classAlertEvidence
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-