Class ResourcePolicyInfoDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.ResourcePolicyInfoDTO
-
public class ResourcePolicyInfoDTO extends Object
ResourcePolicyInfoDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONTENTstatic StringSERIALIZED_NAME_HTTP_VERBstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_RESOURCE_PATH
-
Constructor Summary
Constructors Constructor Description ResourcePolicyInfoDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcePolicyInfoDTOcontent(String content)booleanequals(Object o)StringgetContent()The resource policy contentStringgetHttpVerb()HTTP verb used for the resource pathStringgetId()UUID of the resource policy registry artifactStringgetResourcePath()A string that represents the resource path of the api for the related resource policyinthashCode()ResourcePolicyInfoDTOhttpVerb(String httpVerb)ResourcePolicyInfoDTOid(String id)ResourcePolicyInfoDTOresourcePath(String resourcePath)voidsetContent(String content)voidsetHttpVerb(String httpVerb)voidsetId(String id)voidsetResourcePath(String resourcePath)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HTTP_VERB
public static final String SERIALIZED_NAME_HTTP_VERB
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RESOURCE_PATH
public static final String SERIALIZED_NAME_RESOURCE_PATH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONTENT
public static final String SERIALIZED_NAME_CONTENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public ResourcePolicyInfoDTO id(String id)
-
setId
public void setId(String id)
-
httpVerb
public ResourcePolicyInfoDTO httpVerb(String httpVerb)
-
getHttpVerb
@Nullable public String getHttpVerb()
HTTP verb used for the resource path- Returns:
- httpVerb
-
setHttpVerb
public void setHttpVerb(String httpVerb)
-
resourcePath
public ResourcePolicyInfoDTO resourcePath(String resourcePath)
-
getResourcePath
@Nullable public String getResourcePath()
A string that represents the resource path of the api for the related resource policy- Returns:
- resourcePath
-
setResourcePath
public void setResourcePath(String resourcePath)
-
content
public ResourcePolicyInfoDTO content(String content)
-
setContent
public void setContent(String content)
-
-