public class ResourcePolicyInfoDTO extends Object
| Constructor and Description |
|---|
ResourcePolicyInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
ResourcePolicyInfoDTO |
content(String content) |
boolean |
equals(Object o) |
String |
getContent()
The resource policy content
|
String |
getHttpVerb()
HTTP verb used for the resource path
|
String |
getId()
UUID of the resource policy registry artifact
|
String |
getResourcePath()
A string that represents the resource path of the api for the related resource policy
|
int |
hashCode() |
ResourcePolicyInfoDTO |
httpVerb(String httpVerb) |
ResourcePolicyInfoDTO |
id(String id) |
ResourcePolicyInfoDTO |
resourcePath(String resourcePath) |
void |
setContent(String content) |
void |
setHttpVerb(String httpVerb) |
void |
setId(String id) |
void |
setResourcePath(String resourcePath) |
String |
toString() |
public ResourcePolicyInfoDTO id(String id)
public String getId()
public void setId(String id)
public ResourcePolicyInfoDTO httpVerb(String httpVerb)
public String getHttpVerb()
public void setHttpVerb(String httpVerb)
public ResourcePolicyInfoDTO resourcePath(String resourcePath)
public String getResourcePath()
public void setResourcePath(String resourcePath)
public ResourcePolicyInfoDTO content(String content)
public String getContent()
public void setContent(String content)
Copyright © 2020 WSO2 Inc. All rights reserved.