Package com.oracle.bmc.cloudguard.model
Class ResourceProfileEndpointSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.cloudguard.model.ResourceProfileEndpointSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ResourceProfileEndpointSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary information for resource profile endpoints.
 Note: Objects should always be created or deserialized using theResourceProfileEndpointSummary.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 theResourceProfileEndpointSummary.Builder, which maintain a set of all explicitly set fields calledResourceProfileEndpointSummary.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 classResourceProfileEndpointSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description ResourceProfileEndpointSummary(String id, String resourceProfileId, 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 timeFirstDetected, Date timeLastDetected, Date timeFirstOccurred, Date timeLastOccurred)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceProfileEndpointSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAsnNumber()ASN number of sightingStringgetCountry()Country of sightingStringgetId()Unique identifier for sighting endpointsStringgetIpAddress()IP address for sightingStringgetIpAddressType()Type of IP address for sightingStringgetIpClassificationType()IP address classification typeDoublegetLatitude()Latitude of sightingDoublegetLongitude()Longitude of sightingStringgetProblemId()Problem ID for sighting endpointsList<String>getRegions()Regions where activities were performed from this IP addressStringgetResourceProfileId()Resource profile ID associated with the impacted resourceList<String>getServices()List of services where activities were performed from this IP addressStringgetSightingType()Type of sighting for sighting endpointsStringgetSightingTypeDisplayName()Display name of the sighting typeDategetTimeFirstDetected()Time the activities were first detected.DategetTimeFirstOccurred()Time the activities were first performed.DategetTimeLastDetected()Time the activities were last detected.DategetTimeLastOccurred()Time the activities were last performed.inthashCode()ResourceProfileEndpointSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ResourceProfileEndpointSummary@Deprecated @ConstructorProperties({"id","resourceProfileId","problemId","sightingType","sightingTypeDisplayName","ipAddress","ipAddressType","ipClassificationType","country","latitude","longitude","asnNumber","regions","services","timeFirstDetected","timeLastDetected","timeFirstOccurred","timeLastOccurred"}) public ResourceProfileEndpointSummary(String id, String resourceProfileId, 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 timeFirstDetected, Date timeLastDetected, Date timeFirstOccurred, Date timeLastOccurred) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ResourceProfileEndpointSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic ResourceProfileEndpointSummary.Builder toBuilder() 
 - 
getIdpublic String getId() Unique identifier for sighting endpoints- Returns:
- the value
 
 - 
getResourceProfileIdpublic String getResourceProfileId() Resource profile ID associated with the impacted resource- Returns:
- the value
 
 - 
getProblemIdpublic String getProblemId() Problem ID for sighting endpoints- Returns:
- the value
 
 - 
getSightingTypepublic String getSightingType() Type of sighting for sighting endpoints- Returns:
- the value
 
 - 
getSightingTypeDisplayNamepublic String getSightingTypeDisplayName() Display name of the sighting type- Returns:
- the value
 
 - 
getIpAddresspublic String getIpAddress() IP address for sighting- Returns:
- the value
 
 - 
getIpAddressTypepublic String getIpAddressType() Type of IP address for sighting- Returns:
- the value
 
 - 
getIpClassificationTypepublic String getIpClassificationType() IP address classification type- Returns:
- the value
 
 - 
getCountrypublic String getCountry() Country of sighting- Returns:
- the value
 
 - 
getLatitudepublic Double getLatitude() Latitude of sighting- Returns:
- the value
 
 - 
getLongitudepublic Double getLongitude() Longitude of sighting- Returns:
- the value
 
 - 
getAsnNumberpublic String getAsnNumber() ASN number of sighting- 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
 
 - 
getTimeFirstDetectedpublic Date getTimeFirstDetected() Time the activities were first detected.- Returns:
- the value
 
 - 
getTimeLastDetectedpublic Date getTimeLastDetected() Time the activities were last detected.- Returns:
- the value
 
 - 
getTimeFirstOccurredpublic Date getTimeFirstOccurred() Time the activities were first performed.- Returns:
- the value
 
 - 
getTimeLastOccurredpublic Date getTimeLastOccurred() Time the activities were last performed.- 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
 
 
- 
 
-