Class GetMappingByMappedResourceRequest
Object
GetMappingByMappedResourceRequest
- All Implemented Interfaces:
Serializable
The criteria for searching the mapping identified by its external system IDs and mapped resource ID.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The ID of the external system that the mapped resource belongs to.The ID of the mapped resource.int
hashCode()
void
setExternalSystemId
(String externalSystemId) The ID of the external system that the mapped resource belongs to.void
setMappedResourceId
(UUID mappedResourceId) The ID of the mapped resource.toString()
-
Constructor Details
-
GetMappingByMappedResourceRequest
public GetMappingByMappedResourceRequest()
-
-
Method Details
-
builder
-
getExternalSystemId
The ID of the external system that the mapped resource belongs to. -
getMappedResourceId
The ID of the mapped resource. -
setExternalSystemId
The ID of the external system that the mapped resource belongs to. -
setMappedResourceId
The ID of the mapped resource. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-