public static final class AcqSpecsTypes.CounterSpec.Builder
extends java.lang.Object
AcqSpecsTypes.CounterSpec.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
AcqSpecsTypes.CounterSpec. |
| Modifier and Type | Method and Description |
|---|---|
AcqSpecsTypes.CounterSpec |
build() |
AcqSpecsTypes.CounterSpec.Builder |
setCidMid(CidMid cidMid)
Counter and optional meatadata identifier.
|
AcqSpecsTypes.CounterSpec.Builder |
setSetId(java.lang.String setId)
Counter set identifier.
|
public Builder()
AcqSpecsTypes.CounterSpec.public AcqSpecsTypes.CounterSpec.Builder setCidMid(CidMid cidMid)
null the getSetId() field will be used.cidMid - New value for the property.public AcqSpecsTypes.CounterSpec.Builder setSetId(java.lang.String setId)
null the getCidMid() field will be used.setId - New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: com.vmware.vstats.model.CounterSet.
When methods return a value of this class as a return value, the property will
be an identifier for the resource type: com.vmware.vstats.model.CounterSet.public AcqSpecsTypes.CounterSpec build()