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-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class EntitlementValue
extends Object
implements Serializable
EntitlementValue
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Get idgetLinks()Get linksgetName()Get namegetValue()Get valueinthashCode()links(EntitlementValueLinks links) voidvoidsetLinks(EntitlementValueLinks links) voidvoidtoString()
-
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
-