Class TimeMachineRetrieveResponse
java.lang.Object
com.chargebee.v4.models.BaseResponse
com.chargebee.v4.models.timeMachine.responses.TimeMachineRetrieveResponse
Immutable response object for TimeMachineRetrieve operation. Contains the response data from a
single resource get operation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for TimeMachineRetrieveResponse. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a new builder for TimeMachineRetrieveResponse.booleanstatic TimeMachineRetrieveResponseParse JSON response into TimeMachineRetrieveResponse object.static TimeMachineRetrieveResponseParse JSON response into TimeMachineRetrieveResponse object with HTTP response.Get the timeMachine from the response.inthashCode()toString()Methods inherited from class com.chargebee.v4.models.BaseResponse
getHttpResponse, header, headers, httpStatus, isIdempotencyReplayed, responsePayload
-
Method Details
-
fromJson
Parse JSON response into TimeMachineRetrieveResponse object. -
fromJson
Parse JSON response into TimeMachineRetrieveResponse object with HTTP response. -
builder
Create a new builder for TimeMachineRetrieveResponse. -
getTimeMachine
Get the timeMachine from the response. -
toString
-
equals
-
hashCode
public int hashCode()
-