Class ContentInfo
- java.lang.Object
-
- org.alfresco.event.sdk.model.v1.model.ContentInfo
-
public class ContentInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ContentInfo()ContentInfo(String mimeType, Long sizeInBytes, String encoding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetEncoding()StringgetMimeType()LonggetSizeInBytes()inthashCode()StringtoString()
-