Class ChangeAssignmentRequest
Object
ChangeAssignmentRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The articulation rule definitions.Required. The ID of the assignment to change.List of references to characteristic types corresponding to the assignment.Deprecated.The list of data quality rule IDs will be removed in the future.The ID of the default status for the asset type.The list of IDs of the domain types.Deprecated.The ID of the scope is ignored, and will be removed in the future.The list of IDs of the statuses.The list of IDs of the validation rules.int
hashCode()
void
setArticulationRules
(List<ArticulationRuleRequest> articulationRules) The articulation rule definitions.void
setAssignmentId
(UUID assignmentId) Required. The ID of the assignment to change.void
setCharacteristicTypes
(List<CharacteristicTypeAssignmentReference> characteristicTypes) List of references to characteristic types corresponding to the assignment.void
setDataQualityRuleIds
(List<UUID> dataQualityRuleIds) Deprecated.The list of data quality rule IDs will be removed in the future.void
setDefaultStatusId
(UUID defaultStatusId) The ID of the default status for the asset type.void
setDomainTypeIds
(List<UUID> domainTypeIds) The list of IDs of the domain types.void
setScopeId
(UUID scopeId) Deprecated.The ID of the scope is ignored, and will be removed in the future.void
setStatusIds
(List<UUID> statusIds) The list of IDs of the statuses.void
setValidationRuleIds
(List<UUID> validationRuleIds) The list of IDs of the validation rules.toString()
-
Constructor Details
-
ChangeAssignmentRequest
public ChangeAssignmentRequest()
-
-
Method Details
-
builder
-
getAssignmentId
Required. The ID of the assignment to change. -
getStatusIds
The list of IDs of the statuses. -
getCharacteristicTypes
List of references to characteristic types corresponding to the assignment. -
getArticulationRules
The articulation rule definitions. -
getValidationRuleIds
The list of IDs of the validation rules. -
getDataQualityRuleIds
Deprecated.The list of data quality rule IDs will be removed in the future.The list of IDs of the data quality rules. -
getDomainTypeIds
The list of IDs of the domain types. -
getDefaultStatusId
The ID of the default status for the asset type. -
getScopeId
Deprecated.The ID of the scope is ignored, and will be removed in the future.The ID of the scope the assignment corresponds to. -
setAssignmentId
Required. The ID of the assignment to change. -
setStatusIds
The list of IDs of the statuses. -
setCharacteristicTypes
List of references to characteristic types corresponding to the assignment. -
setArticulationRules
The articulation rule definitions. -
setValidationRuleIds
The list of IDs of the validation rules. -
setDataQualityRuleIds
Deprecated.The list of data quality rule IDs will be removed in the future.The list of IDs of the data quality rules. -
setDomainTypeIds
The list of IDs of the domain types. -
setDefaultStatusId
The ID of the default status for the asset type. -
setScopeId
Deprecated.The ID of the scope is ignored, and will be removed in the future.The ID of the scope the assignment corresponds to. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-