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 Entitlement
definition(ContentDefinition definition)
boolean
equals(Object o)
ContentDefinition
getDefinition()
Get definitionUUID
getId()
Entitlement idString
getProjectId()
Project idint
hashCode()
Entitlement
id(UUID id)
Entitlement
projectId(String projectId)
void
setDefinition(ContentDefinition definition)
void
setId(UUID id)
void
setProjectId(String projectId)
String
toString()
-
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
-