
Package ca.uhn.fhir.jpa.binary.api
Class StoredDetails
java.lang.Object
ca.uhn.fhir.jpa.binary.api.StoredDetails
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IModelJson
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME -
Constructor Summary
ConstructorsConstructorDescriptionConstructorStoredDetails(String theBinaryContentId, long theBytes, String theContentType, com.google.common.hash.HashingInputStream theIs, Date thePublished) Constructor -
Method Summary
Modifier and TypeMethodDescriptionlonggetBytes()getHash()setBinaryContentId(String theBinaryContentId) setBytes(long theBytes) setContentType(String theContentType) setPublished(Date thePublished) toString()
-
Constructor Details
-
StoredDetails
public StoredDetails()Constructor -
StoredDetails
public StoredDetails(@Nonnull String theBinaryContentId, long theBytes, @Nonnull String theContentType, com.google.common.hash.HashingInputStream theIs, Date thePublished) Constructor
-
-
Method Details