Class ScanReport.Inventory.ScanModelIdsV3
-
- All Implemented Interfaces:
public final class ScanReport.Inventory.ScanModelIdsV3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanReport.Inventory.ScanModelIdsV3.BuilderA builder for ScanModelIdsV3.
-
Method Summary
Modifier and Type Method Description final StringmodelId()Unique identifier for the model final StringmodelVersionId()unique identifier for the model version final JsonField<String>_modelId()Returns the raw JSON value of modelId. final JsonField<String>_modelVersionId()Returns the raw JSON value of modelVersionId. final Map<String, JsonValue>_additionalProperties()final ScanReport.Inventory.ScanModelIdsV3.BuildertoBuilder()final ScanReport.Inventory.ScanModelIdsV3validate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ScanReport.Inventory.ScanModelIdsV3.Builderbuilder()Returns a mutable builder for constructing an instance of ScanModelIdsV3. -
-
Method Detail
-
modelVersionId
final String modelVersionId()
unique identifier for the model version
-
_modelId
final JsonField<String> _modelId()
Returns the raw JSON value of modelId.
Unlike modelId, this method doesn't throw if the JSON field has an unexpected type.
-
_modelVersionId
final JsonField<String> _modelVersionId()
Returns the raw JSON value of modelVersionId.
Unlike modelVersionId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ScanReport.Inventory.ScanModelIdsV3.Builder toBuilder()
-
validate
final ScanReport.Inventory.ScanModelIdsV3 validate()
-
builder
final static ScanReport.Inventory.ScanModelIdsV3.Builder builder()
Returns a mutable builder for constructing an instance of ScanModelIdsV3.
The following fields are required:
.modelId() .modelVersionId()
-
-
-
-