AttackProperty.Builder |
AttackProperty.Builder.attackLayer(String attackLayer) |
The type of Shield event that was observed.
|
AttackProperty.Builder |
AttackProperty.Builder.attackLayer(AttackLayer attackLayer) |
The type of Shield event that was observed.
|
AttackProperty.Builder |
AttackProperty.Builder.attackPropertyIdentifier(String attackPropertyIdentifier) |
Defines the Shield event property information that is provided.
|
AttackProperty.Builder |
AttackProperty.Builder.attackPropertyIdentifier(AttackPropertyIdentifier attackPropertyIdentifier) |
Defines the Shield event property information that is provided.
|
static AttackProperty.Builder |
AttackProperty.builder() |
|
AttackProperty.Builder |
AttackProperty.toBuilder() |
|
AttackProperty.Builder |
AttackProperty.Builder.topContributors(Collection<Contributor> topContributors) |
Contributor objects for the top five contributors to a Shield event.
|
AttackProperty.Builder |
AttackProperty.Builder.topContributors(Consumer<Contributor.Builder>... topContributors) |
Contributor objects for the top five contributors to a Shield event.
|
AttackProperty.Builder |
AttackProperty.Builder.topContributors(Contributor... topContributors) |
Contributor objects for the top five contributors to a Shield event.
|
AttackProperty.Builder |
AttackProperty.Builder.total(Long total) |
The total contributions made to this Shield event by all contributors.
|
AttackProperty.Builder |
AttackProperty.Builder.unit(String unit) |
The unit used for the Contributor Value property.
|
AttackProperty.Builder |
AttackProperty.Builder.unit(Unit unit) |
The unit used for the Contributor Value property.
|