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