public class ResourcePathDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_HTTP_VERB |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_RESOURCE_PATH |
| Constructor and Description |
|---|
ResourcePathDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHttpVerb()
Get httpVerb
|
Integer |
getId()
Get id
|
String |
getResourcePath()
Get resourcePath
|
int |
hashCode() |
ResourcePathDTO |
httpVerb(String httpVerb) |
ResourcePathDTO |
id(Integer id) |
ResourcePathDTO |
resourcePath(String resourcePath) |
void |
setHttpVerb(String httpVerb) |
void |
setId(Integer id) |
void |
setResourcePath(String resourcePath) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_RESOURCE_PATH
public static final String SERIALIZED_NAME_HTTP_VERB
public ResourcePathDTO id(Integer id)
public Integer getId()
public void setId(Integer id)
public ResourcePathDTO resourcePath(String resourcePath)
public void setResourcePath(String resourcePath)
public ResourcePathDTO httpVerb(String httpVerb)
public void setHttpVerb(String httpVerb)
Copyright © 2021 WSO2 Inc. All rights reserved.