Package com.dnsimple.data
Class DelegationSignerRecord
java.lang.Object
com.dnsimple.data.DelegationSignerRecord
-
Constructor Summary
ConstructorsConstructorDescriptionDelegationSignerRecord(Long id, Long domainId, String algorithm, String digest, String digestType, String keytag, String publicKey, OffsetDateTime createdAt, OffsetDateTime updatedAt) -
Method Summary
-
Constructor Details
-
DelegationSignerRecord
public DelegationSignerRecord(Long id, Long domainId, String algorithm, String digest, String digestType, String keytag, String publicKey, OffsetDateTime createdAt, OffsetDateTime updatedAt)
-
-
Method Details
-
getId
-
getDomainId
-
getAlgorithm
-
getDigest
-
getDigestType
-
getKeytag
-
getPublicKey
-
getCreatedAt
-
getUpdatedAt
-