Class APIExternalStoreDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.APIExternalStoreDTO
-
public class APIExternalStoreDTO extends Object
APIExternalStoreDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_LAST_UPDATED_TIME
-
Constructor Summary
Constructors Constructor Description APIExternalStoreDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()The external store identifier, which is a unique value.StringgetLastUpdatedTime()The recent timestamp which a given API is updated in the external store.inthashCode()APIExternalStoreDTOid(String id)APIExternalStoreDTOlastUpdatedTime(String lastUpdatedTime)voidsetId(String id)voidsetLastUpdatedTime(String lastUpdatedTime)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LAST_UPDATED_TIME
public static final String SERIALIZED_NAME_LAST_UPDATED_TIME
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public APIExternalStoreDTO id(String id)
-
getId
@Nullable public String getId()
The external store identifier, which is a unique value.- Returns:
- id
-
setId
public void setId(String id)
-
lastUpdatedTime
public APIExternalStoreDTO lastUpdatedTime(String lastUpdatedTime)
-
getLastUpdatedTime
@Nullable public String getLastUpdatedTime()
The recent timestamp which a given API is updated in the external store.- Returns:
- lastUpdatedTime
-
setLastUpdatedTime
public void setLastUpdatedTime(String lastUpdatedTime)
-
-