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, toString
-
Constructor Details
-
RestNetworkQuotaModel
public RestNetworkQuotaModel()
-
-
Method Details
-
assertThat
- Specified by:
assertThatin interfaceIModelAssertion<RestNetworkQuotaModel>
-
and
- Specified by:
andin interfaceIModelAssertion<RestNetworkQuotaModel>
-
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)
-