Class IdentifierResponse
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.acme.IdentifierResponse
-
@Immutable public class IdentifierResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description IdentifierResponse()IdentifierResponse(String type, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()StringgetValue()voidsetType(String type)voidsetValue(String value)
-