Class RelatedAssetReference
Object
RelatedAssetReference
- All Implemented Interfaces:
Serializable
The properties of the asset related to created issue
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe ID of the asset which the issue is related to.The direction of the relation where true means the issue is the source and false means the issue is the target.The ID of relation type for related asset.inthashCode()voidsetAssetId(UUID assetId) The ID of the asset which the issue is related to.voidsetDirection(Boolean direction) The direction of the relation where true means the issue is the source and false means the issue is the target.voidsetRelationTypeId(UUID relationTypeId) The ID of relation type for related asset.toString()
-
Constructor Details
-
RelatedAssetReference
public RelatedAssetReference()
-
-
Method Details
-
builder
-
getAssetId
The ID of the asset which the issue is related to. -
getRelationTypeId
The ID of relation type for related asset. -
getDirection
The direction of the relation where true means the issue is the source and false means the issue is the target. -
setAssetId
The ID of the asset which the issue is related to. -
setRelationTypeId
The ID of relation type for related asset. -
setDirection
The direction of the relation where true means the issue is the source and false means the issue is the target. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-