Class HostReputationRule

java.lang.Object
com.microsoft.graph.security.models.HostReputationRule
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class HostReputationRule extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Host Reputation Rule.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. The description of the rule that gives more context.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. The name of the rule.
    • relatedDetailsUrl

      @SerializedName(value="relatedDetailsUrl", alternate="RelatedDetailsUrl") @Expose @Nullable public String relatedDetailsUrl
      The Related Details Url. Link to a web page with details related to this rule.
    • severity

      @SerializedName(value="severity", alternate="Severity") @Expose @Nullable public HostReputationRuleSeverity severity
      The Severity. Indicates the severity that this rule has against the reputation score. The possible values are: unknown, low, medium, high, unknownFutureValue.
  • Constructor Details

    • HostReputationRule

      public HostReputationRule()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to