Class SharedScopeUsedAPIResourceInfoDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.SharedScopeUsedAPIResourceInfoDTO
-
public class SharedScopeUsedAPIResourceInfoDTO extends Object
SharedScopeUsedAPIResourceInfoDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_TARGETstatic StringSERIALIZED_NAME_VERB
-
Constructor Summary
Constructors Constructor Description SharedScopeUsedAPIResourceInfoDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetTarget()Get targetStringgetVerb()Get verbinthashCode()voidsetTarget(String target)voidsetVerb(String verb)SharedScopeUsedAPIResourceInfoDTOtarget(String target)StringtoString()SharedScopeUsedAPIResourceInfoDTOverb(String verb)
-
-
-
Field Detail
-
SERIALIZED_NAME_TARGET
public static final String SERIALIZED_NAME_TARGET
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERB
public static final String SERIALIZED_NAME_VERB
- See Also:
- Constant Field Values
-
-
Method Detail
-
target
public SharedScopeUsedAPIResourceInfoDTO target(String target)
-
setTarget
public void setTarget(String target)
-
verb
public SharedScopeUsedAPIResourceInfoDTO verb(String verb)
-
setVerb
public void setVerb(String verb)
-
-