Package com.okta.sdk.resource.model
Class EntitlementValue
java.lang.Object
com.okta.sdk.resource.model.EntitlementValue
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class EntitlementValue
extends Object
implements Serializable
EntitlementValue
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
Get idgetLinks()
Get linksgetName()
Get namegetValue()
Get valueint
hashCode()
links
(EntitlementValueLinks links) void
void
setLinks
(EntitlementValueLinks links) void
void
toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
EntitlementValue
public EntitlementValue()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-