Package org.alfresco.rest.search
Class RestShardModel
- java.lang.Object
-
- org.alfresco.rest.search.RestShardModel
-
public class RestShardModel extends java.lang.ObjectRepresentation of a shard- Author:
- Tuna Aksoy
-
-
Constructor Summary
Constructors Constructor Description RestShardModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<RestInstanceModel>getInstances()voidsetInstances(java.util.List<RestInstanceModel> instances)
-
-
-
Method Detail
-
getInstances
public java.util.List<RestInstanceModel> getInstances()
- Returns:
- the instances
-
setInstances
public void setInstances(java.util.List<RestInstanceModel> instances)
- Parameters:
instances- the instances to set
-
-