Package org.xipki.ca.gateway.acme.type
Class Subproblem
- java.lang.Object
-
- org.xipki.ca.gateway.acme.type.Subproblem
-
public class Subproblem extends Object
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description Subproblem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetail()IdentifiergetIdentifier()StringgetType()voidsetDetail(String detail)voidsetIdentifier(Identifier identifier)voidsetType(String type)
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getDetail
public String getDetail()
-
setDetail
public void setDetail(String detail)
-
getIdentifier
public Identifier getIdentifier()
-
setIdentifier
public void setIdentifier(Identifier identifier)
-
-