Class RegistrarThreatMatches

java.lang.Object
google.registry.reporting.spec11.RegistrarThreatMatches

public abstract class RegistrarThreatMatches extends Object
Value class representing the registrar and list-of-threat-matches pair stored in GCS.
  • Constructor Details

    • RegistrarThreatMatches

      public RegistrarThreatMatches()
  • Method Details

    • clientId

      public abstract String clientId()
    • threatMatches

      public abstract com.google.common.collect.ImmutableList<ThreatMatch> threatMatches()