public class SharedScopeUsedAPIResourceInfoDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TARGET |
static String |
SERIALIZED_NAME_VERB |
| Constructor and Description |
|---|
SharedScopeUsedAPIResourceInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTarget()
Get target
|
String |
getVerb()
Get verb
|
int |
hashCode() |
void |
setTarget(String target) |
void |
setVerb(String verb) |
SharedScopeUsedAPIResourceInfoDTO |
target(String target) |
String |
toString() |
SharedScopeUsedAPIResourceInfoDTO |
verb(String verb) |
public static final String SERIALIZED_NAME_TARGET
public static final String SERIALIZED_NAME_VERB
public SharedScopeUsedAPIResourceInfoDTO target(String target)
public void setTarget(String target)
public SharedScopeUsedAPIResourceInfoDTO verb(String verb)
public void setVerb(String verb)
Copyright © 2021 WSO2 Inc. All rights reserved.