Package com.okta.sdk.resource.model
Class PolicyMappingRequest
java.lang.Object
com.okta.sdk.resource.model.PolicyMappingRequest
- 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 PolicyMappingRequest
extends Object
implements Serializable
PolicyMappingRequest
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get resourceIdGet resourceTypeint
hashCode()
resourceId
(String resourceId) resourceType
(PolicyMappingResourceType resourceType) void
setResourceId
(String resourceId) void
setResourceType
(PolicyMappingResourceType resourceType) toString()
-
Field Details
-
JSON_PROPERTY_RESOURCE_ID
- See Also:
-
JSON_PROPERTY_RESOURCE_TYPE
- See Also:
-
-
Constructor Details
-
PolicyMappingRequest
public PolicyMappingRequest()
-
-
Method Details
-
resourceId
-
getResourceId
Get resourceId- Returns:
- resourceId
-
setResourceId
-
resourceType
-
getResourceType
Get resourceType- Returns:
- resourceType
-
setResourceType
-
equals
-
hashCode
public int hashCode() -
toString
-