Class ResourcePathDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.ResourcePathDTO
-
public class ResourcePathDTO extends Object
ResourcePathDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HTTP_VERBstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_RESOURCE_PATH
-
Constructor Summary
Constructors Constructor Description ResourcePathDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHttpVerb()Get httpVerbIntegergetId()Get idStringgetResourcePath()Get resourcePathinthashCode()ResourcePathDTOhttpVerb(String httpVerb)ResourcePathDTOid(Integer id)ResourcePathDTOresourcePath(String resourcePath)voidsetHttpVerb(String httpVerb)voidsetId(Integer id)voidsetResourcePath(String resourcePath)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RESOURCE_PATH
public static final String SERIALIZED_NAME_RESOURCE_PATH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HTTP_VERB
public static final String SERIALIZED_NAME_HTTP_VERB
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public ResourcePathDTO id(Integer id)
-
getId
public Integer getId()
Get id- Returns:
- id
-
setId
public void setId(Integer id)
-
resourcePath
public ResourcePathDTO resourcePath(String resourcePath)
-
setResourcePath
public void setResourcePath(String resourcePath)
-
httpVerb
public ResourcePathDTO httpVerb(String httpVerb)
-
setHttpVerb
public void setHttpVerb(String httpVerb)
-
-