Class SharedScopeUsageDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.SharedScopeUsageDTO
-
public class SharedScopeUsageDTO extends Object
SharedScopeUsageDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_USED_API_LIST
-
Constructor Summary
Constructors Constructor Description SharedScopeUsageDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()UUID of the Scope.StringgetName()name of ScopeList<SharedScopeUsedAPIInfoDTO>getUsedApiList()API list which have used the shared scopeinthashCode()SharedScopeUsageDTOid(String id)SharedScopeUsageDTOname(String name)voidsetId(String id)voidsetName(String name)voidsetUsedApiList(List<SharedScopeUsedAPIInfoDTO> usedApiList)StringtoString()SharedScopeUsageDTOusedApiList(List<SharedScopeUsedAPIInfoDTO> usedApiList)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USED_API_LIST
public static final String SERIALIZED_NAME_USED_API_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public SharedScopeUsageDTO id(String id)
-
getId
public String getId()
UUID of the Scope. Valid only for shared scopes.- Returns:
- id
-
setId
public void setId(String id)
-
name
public SharedScopeUsageDTO name(String name)
-
getName
public String getName()
name of Scope- Returns:
- name
-
setName
public void setName(String name)
-
usedApiList
public SharedScopeUsageDTO usedApiList(List<SharedScopeUsedAPIInfoDTO> usedApiList)
-
getUsedApiList
@Nullable public List<SharedScopeUsedAPIInfoDTO> getUsedApiList()
API list which have used the shared scope- Returns:
- usedApiList
-
setUsedApiList
public void setUsedApiList(List<SharedScopeUsedAPIInfoDTO> usedApiList)
-
-