Package org.alfresco.rest.api.model
Class ContentStorageInfo
- java.lang.Object
-
- org.alfresco.rest.api.model.ContentStorageInfo
-
public class ContentStorageInfo extends Object
Representation of storage information for content.- Author:
- mpichura
-
-
Constructor Summary
Constructors Constructor Description ContentStorageInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Map<String,String>
getStorageProperties()
void
setId(String id)
void
setStorageProperties(Map<String,String> storageProperties)
-