Class TenantResource
- java.lang.Object
-
- io.apicurio.multitenant.api.datamodel.TenantResource
-
@Generated("jsonschema2pojo") public class TenantResource extends Object
Root Type for TenantResourceConfiguration of the limits for a specific resource type
-
-
Constructor Summary
Constructors Constructor Description TenantResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getLimit()
The quantity to limit this resource (Required)ResourceType
getType()
The list of possible types of a resource that can be limited (Required)void
setLimit(Long limit)
The quantity to limit this resource (Required)void
setType(ResourceType type)
The list of possible types of a resource that can be limited (Required)
-
-
-
Method Detail
-
getType
public ResourceType getType()
The list of possible types of a resource that can be limited (Required)
-
setType
public void setType(ResourceType type)
The list of possible types of a resource that can be limited (Required)
-
getLimit
public Long getLimit()
The quantity to limit this resource (Required)
-
setLimit
public void setLimit(Long limit)
The quantity to limit this resource (Required)
-
-