public class CcQuotaEntity extends Object
| Constructor and Description |
|---|
CcQuotaEntity() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInstanceMemoryLimit() |
int |
getMemoryLimit() |
String |
getName() |
Boolean |
getNonBasicServicesAllowed() |
int |
getTotalRoutes() |
int |
getTotalServices() |
Boolean |
getTrialDbAllowed() |
void |
setInstanceMemoryLimit(int instanceMemoryLimit) |
void |
setMemoryLimit(int memoryLimit) |
void |
setName(String name) |
void |
setNonBasicServicesAllowed(Boolean nonBasicServicesAllowed) |
void |
setTotalRoutes(int totalRoutes) |
void |
setTotalServices(int totalServices) |
void |
setTrialDbAllowed(Boolean trialDbAllowed) |
public int getTotalServices()
public void setTotalServices(int totalServices)
public int getTotalRoutes()
public void setTotalRoutes(int totalRoutes)
public int getMemoryLimit()
public void setMemoryLimit(int memoryLimit)
public String getName()
public void setName(String name)
public Boolean getNonBasicServicesAllowed()
public void setNonBasicServicesAllowed(Boolean nonBasicServicesAllowed)
public Boolean getTrialDbAllowed()
public void setTrialDbAllowed(Boolean trialDbAllowed)
public int getInstanceMemoryLimit()
public void setInstanceMemoryLimit(int instanceMemoryLimit)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.