Package org.xipki.ca.gateway.acme.type
Class Problem
- java.lang.Object
-
- org.xipki.ca.gateway.acme.type.Problem
-
public class Problem extends Object
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description Problem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetail()Subproblem[]getSubproblems()StringgetType()voidsetDetail(String detail)voidsetSubproblems(Subproblem[] subproblems)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)
-
getSubproblems
public Subproblem[] getSubproblems()
-
setSubproblems
public void setSubproblems(Subproblem[] subproblems)
-
-