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.ExplicitlySetBmcModel
Summary 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 Summary
Nested Classes Modifier and Type Class Description static class
ProblemEndpointSummary.Builder
-
Constructor Summary
Constructors 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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProblemEndpointSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getAsnNumber()
ASN number of the endpointString
getCountry()
Country of the endpointString
getId()
Unique identifier for problem endpoint.String
getIpAddress()
IP address of the endpointString
getIpAddressType()
Type of IP address for the endpointString
getIpClassificationType()
IP address classification type for the endpointDouble
getLatitude()
Latitude of the endpointDouble
getLongitude()
Longitude of the endpointString
getProblemId()
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 addressString
getSightingId()
Unique identifier for sighting associated with the endpointString
getSightingType()
Unique identifier for the sighting type associated with the endpointString
getSightingTypeDisplayName()
Display name of the sighting typeDate
getTimeLastDetected()
Time when activities were last detectedint
hashCode()
ProblemEndpointSummary.Builder
toBuilder()
String
toString()
String
toString(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
-
builder
public static ProblemEndpointSummary.Builder builder()
Create a new builder.
-
toBuilder
public ProblemEndpointSummary.Builder toBuilder()
-
getId
public String getId()
Unique identifier for problem endpoint.- Returns:
- the value
-
getSightingId
public String getSightingId()
Unique identifier for sighting associated with the endpoint- Returns:
- the value
-
getProblemId
public String getProblemId()
Unique identifier for problem associated with the endpoint- Returns:
- the value
-
getSightingType
public String getSightingType()
Unique identifier for the sighting type associated with the endpoint- Returns:
- the value
-
getSightingTypeDisplayName
public String getSightingTypeDisplayName()
Display name of the sighting type- Returns:
- the value
-
getIpAddress
public String getIpAddress()
IP address of the endpoint- Returns:
- the value
-
getIpAddressType
public String getIpAddressType()
Type of IP address for the endpoint- Returns:
- the value
-
getIpClassificationType
public String getIpClassificationType()
IP address classification type for the endpoint- Returns:
- the value
-
getCountry
public String getCountry()
Country of the endpoint- Returns:
- the value
-
getLatitude
public Double getLatitude()
Latitude of the endpoint- Returns:
- the value
-
getLongitude
public Double getLongitude()
Longitude of the endpoint- Returns:
- the value
-
getAsnNumber
public String getAsnNumber()
ASN number of the endpoint- Returns:
- the value
-
getRegions
public List<String> getRegions()
Regions where activities were performed from this IP address- Returns:
- the value
-
getServices
public List<String> getServices()
List of services where activities were performed from this IP address- Returns:
- the value
-
getTimeLastDetected
public Date getTimeLastDetected()
Time when activities were last detected- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public 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
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-