public static class SightingEndpointSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SightingEndpointSummary.Builder |
asnNumber(String asnNumber)
ASN number of sighting
|
SightingEndpointSummary |
build() |
SightingEndpointSummary.Builder |
copy(SightingEndpointSummary model) |
SightingEndpointSummary.Builder |
country(String country)
Country involved in sighting
|
SightingEndpointSummary.Builder |
id(String id)
Unique identifier for sighting endpoints
|
SightingEndpointSummary.Builder |
ipAddress(String ipAddress)
IP address involved in sighting
|
SightingEndpointSummary.Builder |
ipAddressType(String ipAddressType)
Type of IP address involved in sighting
|
SightingEndpointSummary.Builder |
ipClassificationType(String ipClassificationType)
IP address classification type
|
SightingEndpointSummary.Builder |
latitude(Double latitude)
Latitude of sighting
|
SightingEndpointSummary.Builder |
longitude(Double longitude)
Longitude of sighting
|
SightingEndpointSummary.Builder |
problemId(String problemId)
Problem ID for sighting endpoints
|
SightingEndpointSummary.Builder |
regions(List<String> regions)
List of regions where activities were performed from this IP address
|
SightingEndpointSummary.Builder |
services(List<String> services)
List of services where activities were performed from this IP address
|
SightingEndpointSummary.Builder |
sightingId(String sightingId)
Sighting ID for sighting endpoints
|
SightingEndpointSummary.Builder |
timeFirstDetected(Date timeFirstDetected)
Time the activities were first detected.
|
SightingEndpointSummary.Builder |
timeFirstOccurred(Date timeFirstOccurred)
Time the activities were first performed.
|
SightingEndpointSummary.Builder |
timeLastDetected(Date timeLastDetected)
Time the activities were last detected.
|
SightingEndpointSummary.Builder |
timeLastOccurred(Date timeLastOccurred)
Time the activities were last performed.
|
public SightingEndpointSummary.Builder id(String id)
Unique identifier for sighting endpoints
id
- the value to setpublic SightingEndpointSummary.Builder sightingId(String sightingId)
Sighting ID for sighting endpoints
sightingId
- the value to setpublic SightingEndpointSummary.Builder problemId(String problemId)
Problem ID for sighting endpoints
problemId
- the value to setpublic SightingEndpointSummary.Builder ipAddress(String ipAddress)
IP address involved in sighting
ipAddress
- the value to setpublic SightingEndpointSummary.Builder ipAddressType(String ipAddressType)
Type of IP address involved in sighting
ipAddressType
- the value to setpublic SightingEndpointSummary.Builder ipClassificationType(String ipClassificationType)
IP address classification type
ipClassificationType
- the value to setpublic SightingEndpointSummary.Builder country(String country)
Country involved in sighting
country
- the value to setpublic SightingEndpointSummary.Builder latitude(Double latitude)
Latitude of sighting
latitude
- the value to setpublic SightingEndpointSummary.Builder longitude(Double longitude)
Longitude of sighting
longitude
- the value to setpublic SightingEndpointSummary.Builder asnNumber(String asnNumber)
ASN number of sighting
asnNumber
- the value to setpublic SightingEndpointSummary.Builder regions(List<String> regions)
List of regions where activities were performed from this IP address
regions
- the value to setpublic SightingEndpointSummary.Builder services(List<String> services)
List of services where activities were performed from this IP address
services
- the value to setpublic SightingEndpointSummary.Builder timeFirstDetected(Date timeFirstDetected)
Time the activities were first detected.
timeFirstDetected
- the value to setpublic SightingEndpointSummary.Builder timeLastDetected(Date timeLastDetected)
Time the activities were last detected.
timeLastDetected
- the value to setpublic SightingEndpointSummary.Builder timeFirstOccurred(Date timeFirstOccurred)
Time the activities were first performed.
timeFirstOccurred
- the value to setpublic SightingEndpointSummary.Builder timeLastOccurred(Date timeLastOccurred)
Time the activities were last performed.
timeLastOccurred
- the value to setpublic SightingEndpointSummary build()
public SightingEndpointSummary.Builder copy(SightingEndpointSummary model)
Copyright © 2016–2024. All rights reserved.