public static interface Contributor.Builder extends SdkPojo, CopyableBuilder<Contributor.Builder,Contributor>
| Modifier and Type | Method and Description |
|---|---|
Contributor.Builder |
name(String name)
The name of the contributor.
|
Contributor.Builder |
value(Long value)
The contribution of this contributor expressed in Protection units.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContributor.Builder name(String name)
The name of the contributor. The type of name that you'll find here depends on the
AttackPropertyIdentifier setting in the AttackProperty where this contributor is
defined. For example, if the AttackPropertyIdentifier is SOURCE_COUNTRY, the
Name could be United States.
name - The name of the contributor. The type of name that you'll find here depends on the
AttackPropertyIdentifier setting in the AttackProperty where this
contributor is defined. For example, if the AttackPropertyIdentifier is
SOURCE_COUNTRY, the Name could be United States.Contributor.Builder value(Long value)
The contribution of this contributor expressed in Protection units. For example 10,000.
value - The contribution of this contributor expressed in Protection units. For example
10,000.Copyright © 2023. All rights reserved.