Class AddAssignmentRequest
Object
AddAssignmentRequest
- All Implemented Interfaces:
Serializable
The properties of the assignment to be added.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AddAssignmentRequest.Builder
builder()
protected boolean
boolean
The list of the articulation rules.Required. The ID of the asset type corresponding to the assignment.The list of the references to characteristic types corresponding to the assignment.Deprecated.The list of data quality rule IDs will be removed from the next major release.Required. The ID of the default status for the asset type.The list of IDs of the domain types.getId()
The ID of the new assignment.The ID of the scope the assignment corresponds to.Required. The list of IDs of the statuses.The list of IDs of the validation rules.int
hashCode()
void
setArticulationRules
(List<ArticulationRuleRequest> articulationRules) The list of the articulation rules.void
setAssetTypeId
(UUID assetTypeId) Required. The ID of the asset type corresponding to the assignment.void
setCharacteristicTypes
(List<CharacteristicTypeAssignmentReference> characteristicTypes) The list of the references to characteristic types corresponding to the assignment.void
setDataQualityRuleIds
(List<UUID> dataQualityRuleIds) Deprecated.The list of data quality rule IDs will be removed from the next major release.void
setDefaultStatusId
(UUID defaultStatusId) Required. The ID of the default status for the asset type.void
setDomainTypeIds
(List<UUID> domainTypeIds) The list of IDs of the domain types.void
The ID of the new assignment.void
setScopeId
(UUID scopeId) The ID of the scope the assignment corresponds to.void
setStatusIds
(List<UUID> statusIds) Required. The list of IDs of the statuses.void
setValidationRuleIds
(List<UUID> validationRuleIds) The list of IDs of the validation rules.toString()
-
Constructor Details
-
AddAssignmentRequest
public AddAssignmentRequest()
-
-
Method Details
-
builder
-
getId
The ID of the new assignment. -
getAssetTypeId
Required. The ID of the asset type corresponding to the assignment. -
getStatusIds
Required. The list of IDs of the statuses. -
getCharacteristicTypes
The list of the references to characteristic types corresponding to the assignment. -
getArticulationRules
The list of the articulation rules. -
getValidationRuleIds
The list of IDs of the validation rules. -
getDataQualityRuleIds
Deprecated.The list of data quality rule IDs will be removed from the next major release.The list of IDs of the data quality rules. -
getDomainTypeIds
The list of IDs of the domain types. -
getDefaultStatusId
Required. The ID of the default status for the asset type. -
getScopeId
The ID of the scope the assignment corresponds to. -
setId
The ID of the new assignment. -
setAssetTypeId
Required. The ID of the asset type corresponding to the assignment. -
setStatusIds
Required. The list of IDs of the statuses. -
setCharacteristicTypes
The list of the references to characteristic types corresponding to the assignment. -
setArticulationRules
The list of the articulation rules. -
setValidationRuleIds
The list of IDs of the validation rules. -
setDataQualityRuleIds
Deprecated.The list of data quality rule IDs will be removed from the next major release.The list of IDs of the data quality rules. -
setDomainTypeIds
The list of IDs of the domain types. -
setDefaultStatusId
Required. The ID of the default status for the asset type. -
setScopeId
The ID of the scope the assignment corresponds to. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-