Package io.jans.fido2.model.mds
Class MdsGetEndpointResponse
- java.lang.Object
-
- io.jans.fido2.model.mds.MdsGetEndpointResponse
-
public class MdsGetEndpointResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description MdsGetEndpointResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorMessage()
List<String>
getResult()
String
getStatus()
void
setErrorMessage(String errorMessage)
void
setResult(List<String> result)
void
setStatus(String status)
String
toString()
-