public class CloudScanResponse.ThreatResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
CloudScanResponse.LocationResponse |
location |
java.lang.String |
matchedText |
java.lang.String |
type |
int |
typeId |
Constructor and Description |
---|
ThreatResponse() |
@SerializedName(value="type_name") public java.lang.String type
@SerializedName(value="type_id") public int typeId
@SerializedName(value="matched_text") public java.lang.String matchedText
@SerializedName(value="location") public CloudScanResponse.LocationResponse location