Class SharedScopeUsedAPIInfoDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.SharedScopeUsedAPIInfoDTO
-
public class SharedScopeUsedAPIInfoDTO extends Object
SharedScopeUsedAPIInfoDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONTEXTstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PROVIDERstatic StringSERIALIZED_NAME_USED_RESOURCE_LISTstatic StringSERIALIZED_NAME_VERSION
-
Constructor Summary
Constructors Constructor Description SharedScopeUsedAPIInfoDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SharedScopeUsedAPIInfoDTOcontext(String context)booleanequals(Object o)StringgetContext()Get contextStringgetName()Get nameStringgetProvider()If the provider value is not given user invoking the api will be used as the provider.List<SharedScopeUsedAPIResourceInfoDTO>getUsedResourceList()Resource list which have used the shared scope within this APIStringgetVersion()Get versioninthashCode()SharedScopeUsedAPIInfoDTOname(String name)SharedScopeUsedAPIInfoDTOprovider(String provider)voidsetContext(String context)voidsetName(String name)voidsetProvider(String provider)voidsetUsedResourceList(List<SharedScopeUsedAPIResourceInfoDTO> usedResourceList)voidsetVersion(String version)StringtoString()SharedScopeUsedAPIInfoDTOusedResourceList(List<SharedScopeUsedAPIResourceInfoDTO> usedResourceList)SharedScopeUsedAPIInfoDTOversion(String version)
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONTEXT
public static final String SERIALIZED_NAME_CONTEXT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROVIDER
public static final String SERIALIZED_NAME_PROVIDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USED_RESOURCE_LIST
public static final String SERIALIZED_NAME_USED_RESOURCE_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public SharedScopeUsedAPIInfoDTO name(String name)
-
getName
public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
context
public SharedScopeUsedAPIInfoDTO context(String context)
-
getContext
public String getContext()
Get context- Returns:
- context
-
setContext
public void setContext(String context)
-
version
public SharedScopeUsedAPIInfoDTO version(String version)
-
getVersion
public String getVersion()
Get version- Returns:
- version
-
setVersion
public void setVersion(String version)
-
provider
public SharedScopeUsedAPIInfoDTO provider(String provider)
-
getProvider
@Nullable public String getProvider()
If the provider value is not given user invoking the api will be used as the provider.- Returns:
- provider
-
setProvider
public void setProvider(String provider)
-
usedResourceList
public SharedScopeUsedAPIInfoDTO usedResourceList(List<SharedScopeUsedAPIResourceInfoDTO> usedResourceList)
-
getUsedResourceList
@Nullable public List<SharedScopeUsedAPIResourceInfoDTO> getUsedResourceList()
Resource list which have used the shared scope within this API- Returns:
- usedResourceList
-
setUsedResourceList
public void setUsedResourceList(List<SharedScopeUsedAPIResourceInfoDTO> usedResourceList)
-
-