public static class SightingEndpointSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public SightingEndpointSummary.Builder id(String id)
Unique identifier for sighting endpoints
id
- the value to setpublic SightingEndpointSummary.Builder sightingId(String sightingId)
Sighitng 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
ipAddress
- the value to setpublic SightingEndpointSummary.Builder ipAddressType(String ipAddressType)
IP Address type
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
country
- the value to setpublic SightingEndpointSummary.Builder latitude(Double latitude)
Latitude
latitude
- the value to setpublic SightingEndpointSummary.Builder longitude(Double longitude)
Longitude
longitude
- the value to setpublic SightingEndpointSummary.Builder asnNumber(String asnNumber)
ASN number
asnNumber
- the value to setpublic SightingEndpointSummary.Builder regions(List<String> regions)
Regions where activities were performed from this IP
regions
- the value to setpublic SightingEndpointSummary.Builder services(List<String> services)
Services where activities were performed from this IP
services
- the value to setpublic SightingEndpointSummary.Builder timeLastDetected(Date timeLastDetected)
Time when activities were created
timeLastDetected
- the value to setpublic SightingEndpointSummary build()
public SightingEndpointSummary.Builder copy(SightingEndpointSummary model)
Copyright © 2016–2023. All rights reserved.