Package org.alfresco.rest.model
Class RestNetworkQuotaModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestNetworkQuotaModel
- All Implemented Interfaces:
IModelAssertion<RestNetworkQuotaModel>,IRestModel<RestNetworkQuotaModel>,org.alfresco.utility.model.Model
public class RestNetworkQuotaModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestNetworkQuotaModel>
Generated by 'pbrodner' on '2016-12-19 14:12' from 'Alfresco Core REST API' swagger file Base Path {@linkplain /alfresco/api/-default-/public/alfresco/versions/1}
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.rest.core.assertion.IModelAssertion
and, assertThat
-
Constructor Details
-
RestNetworkQuotaModel
public RestNetworkQuotaModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestNetworkQuotaModel>
-
getId
-
setId
-
getLimit
public int getLimit() -
setLimit
public void setLimit(int limit) -
getUsage
public int getUsage() -
setUsage
public void setUsage(int usage)
-