public final class ThreatEntrySet
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Safe Browsing API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
ThreatEntrySet() |
Modifier and Type | Method and Description |
---|---|
ThreatEntrySet |
clone() |
java.lang.String |
getCompressionType()
The compression type for the entries in this set.
|
RawHashes |
getRawHashes()
The raw SHA256-formatted entries.
|
RawIndices |
getRawIndices()
The raw removal indices for a local list.
|
RiceDeltaEncoding |
getRiceHashes()
The encoded 4-byte prefixes of SHA256-formatted entries, using a Golomb-Rice encoding.
|
RiceDeltaEncoding |
getRiceIndices()
The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding.
|
ThreatEntrySet |
set(java.lang.String fieldName,
java.lang.Object value) |
ThreatEntrySet |
setCompressionType(java.lang.String compressionType)
The compression type for the entries in this set.
|
ThreatEntrySet |
setRawHashes(RawHashes rawHashes)
The raw SHA256-formatted entries.
|
ThreatEntrySet |
setRawIndices(RawIndices rawIndices)
The raw removal indices for a local list.
|
ThreatEntrySet |
setRiceHashes(RiceDeltaEncoding riceHashes)
The encoded 4-byte prefixes of SHA256-formatted entries, using a Golomb-Rice encoding.
|
ThreatEntrySet |
setRiceIndices(RiceDeltaEncoding riceIndices)
The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getCompressionType()
null
for nonepublic ThreatEntrySet setCompressionType(java.lang.String compressionType)
compressionType
- compressionType or null
for nonepublic RawHashes getRawHashes()
null
for nonepublic ThreatEntrySet setRawHashes(RawHashes rawHashes)
rawHashes
- rawHashes or null
for nonepublic RawIndices getRawIndices()
null
for nonepublic ThreatEntrySet setRawIndices(RawIndices rawIndices)
rawIndices
- rawIndices or null
for nonepublic RiceDeltaEncoding getRiceHashes()
null
for nonepublic ThreatEntrySet setRiceHashes(RiceDeltaEncoding riceHashes)
riceHashes
- riceHashes or null
for nonepublic RiceDeltaEncoding getRiceIndices()
null
for nonepublic ThreatEntrySet setRiceIndices(RiceDeltaEncoding riceIndices)
riceIndices
- riceIndices or null
for nonepublic ThreatEntrySet set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ThreatEntrySet clone()
clone
in class com.google.api.client.json.GenericJson