Package codes.thischwa.cf.model
Class RecordSingleResponse
java.lang.Object
codes.thischwa.cf.model.AbstractResponse
codes.thischwa.cf.model.AbstractSingleResponse<RecordEntity>
codes.thischwa.cf.model.RecordSingleResponse
Represents the API response of the Cloudflare API containing a single
RecordEntity
instance.-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance of the RecordSingleResponse class. -
Method Summary
Methods inherited from class codes.thischwa.cf.model.AbstractSingleResponse
canEqual, equals, getResult, hashCode, setResult, toStringMethods inherited from class codes.thischwa.cf.model.AbstractResponse
getResponseResultInfo, setResponseResultInfo
-
Constructor Details
-
RecordSingleResponse
public RecordSingleResponse()Constructs a new instance of the RecordSingleResponse class.This constructor initializes the RecordSingleResponse object by invoking the superclass constructor. The RecordSingleResponse represents a specific API response structure that encapsulates a single DNS getRecord entity, providing mechanisms to interact with such data in the context of the Cloudflare API.
-