Package ai.reveng.model
Class IssuerAllowedDomain
java.lang.Object
ai.reveng.model.IssuerAllowedDomain
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class IssuerAllowedDomain
extends Object
IssuerAllowedDomain
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchallengeToken(String challengeToken) createdAt(OffsetDateTime createdAt) booleanstatic IssuerAllowedDomainCreate an instance of IssuerAllowedDomain given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.DNS TXT challenge token.Get createdAtEmail domain (e.g.Get issuerAllowedDomainIdGet organisationIssuerIdDomain ownership verification status: PENDING, VERIFIED, or FAILEDinthashCode()issuerAllowedDomainId(Long issuerAllowedDomainId) organisationIssuerId(Long organisationIssuerId) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetChallengeToken(String challengeToken) voidsetCreatedAt(OffsetDateTime createdAt) voidvoidsetIssuerAllowedDomainId(Long issuerAllowedDomainId) voidsetOrganisationIssuerId(Long organisationIssuerId) voidsetVerificationStatus(String verificationStatus) toJson()Convert an instance of IssuerAllowedDomain to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundverificationStatus(String verificationStatus)
-
Field Details
-
SERIALIZED_NAME_CHALLENGE_TOKEN
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_DOMAIN
- See Also:
-
SERIALIZED_NAME_ISSUER_ALLOWED_DOMAIN_ID
- See Also:
-
SERIALIZED_NAME_ORGANISATION_ISSUER_ID
- See Also:
-
SERIALIZED_NAME_VERIFICATION_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
IssuerAllowedDomain
public IssuerAllowedDomain()
-
-
Method Details
-
challengeToken
-
getChallengeToken
DNS TXT challenge token. Add a TXT record at _reveng-verification.<domain> with this value.- Returns:
- challengeToken
-
setChallengeToken
-
createdAt
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
setCreatedAt
-
domain
-
getDomain
Email domain (e.g. acme.com)- Returns:
- domain
-
setDomain
-
issuerAllowedDomainId
-
getIssuerAllowedDomainId
Get issuerAllowedDomainId- Returns:
- issuerAllowedDomainId
-
setIssuerAllowedDomainId
-
organisationIssuerId
-
getOrganisationIssuerId
Get organisationIssuerId- Returns:
- organisationIssuerId
-
setOrganisationIssuerId
-
verificationStatus
-
getVerificationStatus
Domain ownership verification status: PENDING, VERIFIED, or FAILED- Returns:
- verificationStatus
-
setVerificationStatus
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the IssuerAllowedDomain instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to IssuerAllowedDomain
-
fromJson
Create an instance of IssuerAllowedDomain given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of IssuerAllowedDomain
- Throws:
IOException- if the JSON string is invalid with respect to IssuerAllowedDomain
-
toJson
Convert an instance of IssuerAllowedDomain to an JSON string- Returns:
- JSON string
-