Package com.acumenvelocity.ath.model
Class DocumentInfoWrapper
- java.lang.Object
-
- com.acumenvelocity.ath.model.DocumentInfoWrapper
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class DocumentInfoWrapper extends ObjectWrapper object for a single DocumentInfo.
-
-
Constructor Summary
Constructors Constructor Description DocumentInfoWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentInfoWrapperdocument(DocumentInfo document)booleanequals(Object o)DocumentInfogetDocument()inthashCode()voidsetDocument(DocumentInfo document)StringtoString()
-
-
-
Method Detail
-
document
public DocumentInfoWrapper document(DocumentInfo document)
-
getDocument
public DocumentInfo getDocument()
-
setDocument
public void setDocument(DocumentInfo document)
-
-