public class ResourcePolicyInfoDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONTENT |
static String |
SERIALIZED_NAME_HTTP_VERB |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_RESOURCE_PATH |
| 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 static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_HTTP_VERB
public static final String SERIALIZED_NAME_RESOURCE_PATH
public static final String SERIALIZED_NAME_CONTENT
public ResourcePolicyInfoDTO id(String id)
public void setId(String id)
public ResourcePolicyInfoDTO httpVerb(String httpVerb)
@Nullable public String getHttpVerb()
public void setHttpVerb(String httpVerb)
public ResourcePolicyInfoDTO resourcePath(String resourcePath)
@Nullable public String getResourcePath()
public void setResourcePath(String resourcePath)
public ResourcePolicyInfoDTO content(String content)
public void setContent(String content)
Copyright © 2021 WSO2 Inc. All rights reserved.