public static final class ArrayComplianceValue.Builder
extends java.lang.Object
ArrayComplianceValue
.Constructor and Description |
---|
Builder(ComplianceValueType type)
Constructor with parameters for the required properties of
ArrayComplianceValue . |
Modifier and Type | Method and Description |
---|---|
ArrayComplianceValue |
build() |
ArrayComplianceValue.Builder |
setBoolArr(BooleanComplianceValueArray boolArr)
Describes the drift in a boolean array of configuration values.
|
ArrayComplianceValue.Builder |
setDoubleArr(DoubleComplianceValueArray doubleArr)
Describes the drift in a floating point(float or double) array of configuration
values.
|
ArrayComplianceValue.Builder |
setLongArr(LongComplianceValueArray longArr)
Describes the drift in an integer(16 bit or 32 bit or 64 bit) array of
configuration values.
|
ArrayComplianceValue.Builder |
setStrArr(StringComplianceValueArray strArr)
Describes the drift in a strings array of configuration values.
|
public Builder(ComplianceValueType type)
ArrayComplianceValue
.public ArrayComplianceValue.Builder setBoolArr(BooleanComplianceValueArray boolArr)
null
if the type is not BOOLEAN.boolArr
- New value for the property.public ArrayComplianceValue.Builder setLongArr(LongComplianceValueArray longArr)
null
if the type is not Long.longArr
- New value for the property.public ArrayComplianceValue.Builder setDoubleArr(DoubleComplianceValueArray doubleArr)
null
if the type is not DOUBLE.doubleArr
- New value for the property.public ArrayComplianceValue.Builder setStrArr(StringComplianceValueArray strArr)
null
if the type is neither STRING nor SECRET.strArr
- New value for the property.public ArrayComplianceValue build()