public static class CachingObjectStorage.GetObjectRequestCacheKey extends Object
GetObjectRequest
, because we don't want everything to be
considered for equals and hashCode. We don't want getOpcClientRequestId.
equals, hashCode, and toString are implemented using reflection, so these will working even if there are more
properties in GetObjectRequest.Constructor and Description |
---|
GetObjectRequestCacheKey(com.oracle.bmc.objectstorage.requests.GetObjectRequest request) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.oracle.bmc.objectstorage.requests.GetObjectRequest |
getRequest() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="request") public GetObjectRequestCacheKey(com.oracle.bmc.objectstorage.requests.GetObjectRequest request)
Copyright © 2016–2023. All rights reserved.