Class TenantDatasourceKey
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.blob.TenantDatasourceKey
-
public class TenantDatasourceKey extends java.lang.Object
Key used to represent a tenant/datasource pair
-
-
Constructor Summary
Constructors Constructor Description TenantDatasourceKey(java.lang.String tenantId, java.lang.String datasourceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getDatasourceId()
java.lang.String
getTenantId()
int
hashCode()
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
getTenantId
public java.lang.String getTenantId()
- Returns:
- the tenantId
-
getDatasourceId
public java.lang.String getDatasourceId()
- Returns:
- the datasourceId
-
-