Class GetMappingByMappedResourceRequest

Object
GetMappingByMappedResourceRequest
All Implemented Interfaces:
Serializable

public class GetMappingByMappedResourceRequest extends Object implements Serializable
The criteria for searching the mapping identified by its external system IDs and mapped resource ID.
See Also:
  • Constructor Details

    • GetMappingByMappedResourceRequest

      public GetMappingByMappedResourceRequest()
  • Method Details

    • builder

    • getExternalSystemId

      public String getExternalSystemId()
      The ID of the external system that the mapped resource belongs to.
    • getMappedResourceId

      public UUID getMappedResourceId()
      The ID of the mapped resource.
    • setExternalSystemId

      public void setExternalSystemId(String externalSystemId)
      The ID of the external system that the mapped resource belongs to.
    • setMappedResourceId

      public void setMappedResourceId(UUID mappedResourceId)
      The ID of the mapped resource.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object