Class ResourcePolicyInfoDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.ResourcePolicyInfoDTO
ResourcePolicyInfoDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe resource policy contentHTTP verb used for the resource pathgetId()UUID of the resource policy registry artifactA string that represents the resource path of the api for the related resource policyinthashCode()resourcePath(String resourcePath) voidsetContent(String content) voidsetHttpVerb(String httpVerb) voidvoidsetResourcePath(String resourcePath) toString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_HTTP_VERB
- See Also:
-
SERIALIZED_NAME_RESOURCE_PATH
- See Also:
-
SERIALIZED_NAME_CONTENT
- See Also:
-
-
Constructor Details
-
ResourcePolicyInfoDTO
public ResourcePolicyInfoDTO()
-
-
Method Details
-
id
-
getId
UUID of the resource policy registry artifact- Returns:
- id
-
setId
-
httpVerb
-
getHttpVerb
HTTP verb used for the resource path- Returns:
- httpVerb
-
setHttpVerb
-
resourcePath
-
getResourcePath
A string that represents the resource path of the api for the related resource policy- Returns:
- resourcePath
-
setResourcePath
-
content
-
getContent
The resource policy content- Returns:
- content
-
setContent
-
equals
-
hashCode
public int hashCode() -
toString
-