Class AcmeChallengeView
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.AcmeChallengeView
-
- All Implemented Interfaces:
Serializable
public class AcmeChallengeView extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AcmeChallengeView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthorizationType()StringgetAuthorizationValue()LonggetChallengeId()ChallengeStatusgetStatus()StringgetType()InstantgetValidated()StringgetValue()voidsetAuthorizationType(String authorizationType)voidsetAuthorizationValue(String authorizationValue)voidsetChallengeId(Long challengeId)voidsetStatus(ChallengeStatus status)voidsetType(String type)voidsetValidated(Instant validated)voidsetValue(String value)
-
-
-
Method Detail
-
getAuthorizationType
public String getAuthorizationType()
-
setAuthorizationType
public void setAuthorizationType(String authorizationType)
-
getAuthorizationValue
public String getAuthorizationValue()
-
setAuthorizationValue
public void setAuthorizationValue(String authorizationValue)
-
getChallengeId
public Long getChallengeId()
-
setChallengeId
public void setChallengeId(Long challengeId)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getValidated
public Instant getValidated()
-
setValidated
public void setValidated(Instant validated)
-
getStatus
public ChallengeStatus getStatus()
-
setStatus
public void setStatus(ChallengeStatus status)
-
-