Class Entitlement
java.lang.Object
com.vmware.vra.jenkinsplugin.model.catalog.Entitlement
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:27:41.063635-04:00[America/New_York]") public class Entitlement extends Object
Represents an entitlement that is configured by admins to enforce user access to catalog items,
services, etc., within their own organizations.
-
Constructor Summary
Constructors Constructor Description Entitlement() -
Method Summary
Modifier and Type Method Description Entitlementdefinition(ContentDefinition definition)booleanequals(Object o)ContentDefinitiongetDefinition()Get definitionUUIDgetId()Entitlement idStringgetProjectId()Project idinthashCode()Entitlementid(UUID id)EntitlementprojectId(String projectId)voidsetDefinition(ContentDefinition definition)voidsetId(UUID id)voidsetProjectId(String projectId)StringtoString()
-
Constructor Details
-
Entitlement
public Entitlement()
-
-
Method Details
-
definition
-
getDefinition
Get definition- Returns:
- definition
-
setDefinition
-
id
-
getId
Entitlement id- Returns:
- id
-
setId
-
projectId
-
getProjectId
Project id- Returns:
- projectId
-
setProjectId
-
equals
-
hashCode
public int hashCode() -
toString
-