Package com.oracle.bmc.cloudguard.model
Class ProblemEndpointSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.cloudguard.model.ProblemEndpointSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ProblemEndpointSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary information for endpoints associated with a problem (Problem object).
 Note: Objects should always be created or deserialized using theProblemEndpointSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theProblemEndpointSummary.Builder, which maintain a set of all explicitly set fields calledProblemEndpointSummary.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classProblemEndpointSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description ProblemEndpointSummary(String id, String sightingId, String problemId, String sightingType, String sightingTypeDisplayName, String ipAddress, String ipAddressType, String ipClassificationType, String country, Double latitude, Double longitude, String asnNumber, List<String> regions, List<String> services, Date timeLastDetected)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProblemEndpointSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAsnNumber()ASN number of the endpointStringgetCountry()Country of the endpointStringgetId()Unique identifier for problem endpoint.StringgetIpAddress()IP address of the endpointStringgetIpAddressType()Type of IP address for the endpointStringgetIpClassificationType()IP address classification type for the endpointDoublegetLatitude()Latitude of the endpointDoublegetLongitude()Longitude of the endpointStringgetProblemId()Unique identifier for problem associated with the endpointList<String>getRegions()Regions where activities were performed from this IP addressList<String>getServices()List of services where activities were performed from this IP addressStringgetSightingId()Unique identifier for sighting associated with the endpointStringgetSightingType()Unique identifier for the sighting type associated with the endpointStringgetSightingTypeDisplayName()Display name of the sighting typeDategetTimeLastDetected()Time when activities were last detectedinthashCode()ProblemEndpointSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ProblemEndpointSummary@Deprecated @ConstructorProperties({"id","sightingId","problemId","sightingType","sightingTypeDisplayName","ipAddress","ipAddressType","ipClassificationType","country","latitude","longitude","asnNumber","regions","services","timeLastDetected"}) public ProblemEndpointSummary(String id, String sightingId, String problemId, String sightingType, String sightingTypeDisplayName, String ipAddress, String ipAddressType, String ipClassificationType, String country, Double latitude, Double longitude, String asnNumber, List<String> regions, List<String> services, Date timeLastDetected) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ProblemEndpointSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic ProblemEndpointSummary.Builder toBuilder() 
 - 
getIdpublic String getId() Unique identifier for problem endpoint.- Returns:
- the value
 
 - 
getSightingIdpublic String getSightingId() Unique identifier for sighting associated with the endpoint- Returns:
- the value
 
 - 
getProblemIdpublic String getProblemId() Unique identifier for problem associated with the endpoint- Returns:
- the value
 
 - 
getSightingTypepublic String getSightingType() Unique identifier for the sighting type associated with the endpoint- Returns:
- the value
 
 - 
getSightingTypeDisplayNamepublic String getSightingTypeDisplayName() Display name of the sighting type- Returns:
- the value
 
 - 
getIpAddresspublic String getIpAddress() IP address of the endpoint- Returns:
- the value
 
 - 
getIpAddressTypepublic String getIpAddressType() Type of IP address for the endpoint- Returns:
- the value
 
 - 
getIpClassificationTypepublic String getIpClassificationType() IP address classification type for the endpoint- Returns:
- the value
 
 - 
getCountrypublic String getCountry() Country of the endpoint- Returns:
- the value
 
 - 
getLatitudepublic Double getLatitude() Latitude of the endpoint- Returns:
- the value
 
 - 
getLongitudepublic Double getLongitude() Longitude of the endpoint- Returns:
- the value
 
 - 
getAsnNumberpublic String getAsnNumber() ASN number of the endpoint- Returns:
- the value
 
 - 
getRegionspublic List<String> getRegions() Regions where activities were performed from this IP address- Returns:
- the value
 
 - 
getServicespublic List<String> getServices() List of services where activities were performed from this IP address- Returns:
- the value
 
 - 
getTimeLastDetectedpublic Date getTimeLastDetected() Time when activities were last detected- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-