ImpactedLocation.Builder |
ImpactedLocation.Builder.asName(String asName) |
The name of the internet service provider (ISP) or network (ASN).
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.asNumber(Long asNumber) |
The Autonomous System Number (ASN) of the network at an impacted location.
|
static ImpactedLocation.Builder |
ImpactedLocation.builder() |
|
default ImpactedLocation.Builder |
ImpactedLocation.Builder.causedBy(Consumer<NetworkImpairment.Builder> causedBy) |
The cause of the impairment.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.causedBy(NetworkImpairment causedBy) |
The cause of the impairment.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.city(String city) |
The name of the city where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.country(String country) |
The name of the country where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.countryCode(String countryCode) |
The country code where the health event is located.
|
default ImpactedLocation.Builder |
ImpactedLocation.Builder.internetHealth(Consumer<InternetHealth.Builder> internetHealth) |
The calculated health at a specific location.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.internetHealth(InternetHealth internetHealth) |
The calculated health at a specific location.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.ipv4Prefixes(String... ipv4Prefixes) |
The IPv4 prefixes at the client location that was impacted by the health event.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.ipv4Prefixes(Collection<String> ipv4Prefixes) |
The IPv4 prefixes at the client location that was impacted by the health event.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.latitude(Double latitude) |
The latitude where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.longitude(Double longitude) |
The longitude where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.metro(String metro) |
The metro area where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.serviceLocation(String serviceLocation) |
The service location where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.status(String status) |
The status of the health event at an impacted location.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.status(HealthEventStatus status) |
The status of the health event at an impacted location.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.subdivision(String subdivision) |
The subdivision location where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.subdivisionCode(String subdivisionCode) |
The subdivision code where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.toBuilder() |
|