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 Constructor Description RestNetworkQuotaModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelAssertion<RestNetworkQuotaModel>and()ModelAssertion<RestNetworkQuotaModel>assertThat()java.lang.StringgetId()intgetLimit()intgetUsage()RestNetworkQuotaModelonModel()voidsetId(java.lang.String id)voidsetLimit(int limit)voidsetUsage(int usage)
-
-
-
Method Detail
-
assertThat
public ModelAssertion<RestNetworkQuotaModel> assertThat()
- Specified by:
assertThatin interfaceIModelAssertion<RestNetworkQuotaModel>
-
and
public ModelAssertion<RestNetworkQuotaModel> and()
- Specified by:
andin interfaceIModelAssertion<RestNetworkQuotaModel>
-
onModel
public RestNetworkQuotaModel onModel()
- Specified by:
onModelin interfaceIRestModel<RestNetworkQuotaModel>
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getLimit
public int getLimit()
-
setLimit
public void setLimit(int limit)
-
getUsage
public int getUsage()
-
setUsage
public void setUsage(int usage)
-
-