public static class ProblemEndpointSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProblemEndpointSummary.Builder |
asnNumber(String asnNumber)
ASN number of the endpoint
|
ProblemEndpointSummary |
build() |
ProblemEndpointSummary.Builder |
copy(ProblemEndpointSummary model) |
ProblemEndpointSummary.Builder |
country(String country)
Country of the endpoint
|
ProblemEndpointSummary.Builder |
id(String id)
Unique identifier for problem endpoint.
|
ProblemEndpointSummary.Builder |
ipAddress(String ipAddress)
IP address of the endpoint
|
ProblemEndpointSummary.Builder |
ipAddressType(String ipAddressType)
Type of IP address for the endpoint
|
ProblemEndpointSummary.Builder |
ipClassificationType(String ipClassificationType)
IP address classification type for the endpoint
|
ProblemEndpointSummary.Builder |
latitude(Double latitude)
Latitude of the endpoint
|
ProblemEndpointSummary.Builder |
longitude(Double longitude)
Longitude of the endpoint
|
ProblemEndpointSummary.Builder |
problemId(String problemId)
Unique identifier for problem associated with the endpoint
|
ProblemEndpointSummary.Builder |
regions(List<String> regions)
Regions where activities were performed from this IP address
|
ProblemEndpointSummary.Builder |
services(List<String> services)
List of services where activities were performed from this IP address
|
ProblemEndpointSummary.Builder |
sightingId(String sightingId)
Unique identifier for sighting associated with the endpoint
|
ProblemEndpointSummary.Builder |
sightingType(String sightingType)
Unique identifier for the sighting type associated with the endpoint
|
ProblemEndpointSummary.Builder |
sightingTypeDisplayName(String sightingTypeDisplayName)
Display name of the sighting type
|
ProblemEndpointSummary.Builder |
timeLastDetected(Date timeLastDetected)
Time when activities were last detected
|
public ProblemEndpointSummary.Builder id(String id)
Unique identifier for problem endpoint.
id
- the value to setpublic ProblemEndpointSummary.Builder sightingId(String sightingId)
Unique identifier for sighting associated with the endpoint
sightingId
- the value to setpublic ProblemEndpointSummary.Builder problemId(String problemId)
Unique identifier for problem associated with the endpoint
problemId
- the value to setpublic ProblemEndpointSummary.Builder sightingType(String sightingType)
Unique identifier for the sighting type associated with the endpoint
sightingType
- the value to setpublic ProblemEndpointSummary.Builder sightingTypeDisplayName(String sightingTypeDisplayName)
Display name of the sighting type
sightingTypeDisplayName
- the value to setpublic ProblemEndpointSummary.Builder ipAddress(String ipAddress)
IP address of the endpoint
ipAddress
- the value to setpublic ProblemEndpointSummary.Builder ipAddressType(String ipAddressType)
Type of IP address for the endpoint
ipAddressType
- the value to setpublic ProblemEndpointSummary.Builder ipClassificationType(String ipClassificationType)
IP address classification type for the endpoint
ipClassificationType
- the value to setpublic ProblemEndpointSummary.Builder country(String country)
Country of the endpoint
country
- the value to setpublic ProblemEndpointSummary.Builder latitude(Double latitude)
Latitude of the endpoint
latitude
- the value to setpublic ProblemEndpointSummary.Builder longitude(Double longitude)
Longitude of the endpoint
longitude
- the value to setpublic ProblemEndpointSummary.Builder asnNumber(String asnNumber)
ASN number of the endpoint
asnNumber
- the value to setpublic ProblemEndpointSummary.Builder regions(List<String> regions)
Regions where activities were performed from this IP address
regions
- the value to setpublic ProblemEndpointSummary.Builder services(List<String> services)
List of services where activities were performed from this IP address
services
- the value to setpublic ProblemEndpointSummary.Builder timeLastDetected(Date timeLastDetected)
Time when activities were last detected
timeLastDetected
- the value to setpublic ProblemEndpointSummary build()
public ProblemEndpointSummary.Builder copy(ProblemEndpointSummary model)
Copyright © 2016–2024. All rights reserved.