Class SharedScopeUsedAPIInfoDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.SharedScopeUsedAPIInfoDTO
SharedScopeUsedAPIInfoDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet contextgetName()Get nameIf the provider value is not given user invoking the api will be used as the provider.Resource list which have used the shared scope within this APIGet versioninthashCode()voidsetContext(String context) voidvoidsetProvider(String provider) voidsetUsedResourceList(List<SharedScopeUsedAPIResourceInfoDTO> usedResourceList) voidsetVersion(String version) toString()usedResourceList(List<SharedScopeUsedAPIResourceInfoDTO> usedResourceList)
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_CONTEXT
- See Also:
-
SERIALIZED_NAME_VERSION
- See Also:
-
SERIALIZED_NAME_PROVIDER
- See Also:
-
SERIALIZED_NAME_USED_RESOURCE_LIST
- See Also:
-
-
Constructor Details
-
SharedScopeUsedAPIInfoDTO
public SharedScopeUsedAPIInfoDTO()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
context
-
getContext
Get context- Returns:
- context
-
setContext
-
version
-
getVersion
Get version- Returns:
- version
-
setVersion
-
provider
-
getProvider
If the provider value is not given user invoking the api will be used as the provider.- Returns:
- provider
-
setProvider
-
usedResourceList
public SharedScopeUsedAPIInfoDTO usedResourceList(List<SharedScopeUsedAPIResourceInfoDTO> usedResourceList) -
getUsedResourceList
Resource list which have used the shared scope within this API- Returns:
- usedResourceList
-
setUsedResourceList
-
equals
-
hashCode
public int hashCode() -
toString
-