Package io.gs2.enhance.model
Class ResponseCache
java.lang.Object
io.gs2.enhance.model.ResponseCache
- All Implemented Interfaces:
IModel,Serializable,Comparable<ResponseCache>
public class ResponseCache
extends Object
implements IModel, Serializable, Comparable<ResponseCache>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ResponseCachefromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetOwnerId(String ownerId) voidvoidsetRequestHash(String requestHash) voidsetResponseCacheId(String responseCacheId) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withOwnerId(String ownerId) withRegion(String region) withRequestHash(String requestHash) withResponseCacheId(String responseCacheId) withResult(String result)
-
Constructor Details
-
ResponseCache
public ResponseCache()
-
-
Method Details
-
getRegion
-
setRegion
-
withRegion
-
getOwnerId
-
setOwnerId
-
withOwnerId
-
getResponseCacheId
-
setResponseCacheId
-
withResponseCacheId
-
getRequestHash
-
setRequestHash
-
withRequestHash
-
getResult
-
setResult
-
withResult
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<ResponseCache>
-
hashCode
public int hashCode() -
equals
-