Package org.alfresco.rest.search
Class RestInstanceModel
java.lang.Object
org.alfresco.rest.search.RestInstanceModel
Representation of a shard instance
- Author:
- Tuna Aksoy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()getMode()getPort()getState()voidsetBaseUrl(String baseUrl) voidvoidsetLastIndexedChangesetDate(String lastIndexedChangesetDate) voidsetLastIndexedChangesetId(Long lastIndexedChangesetId) voidsetLastIndexedTransactionDate(String lastIndexedTransactionDate) voidsetLastIndexedTransactionId(Long lastIndexedTransactionId) voidsetLastUpdateDate(String lastUpdateDate) voidvoidvoidsetShardParams(String shardParams) voidvoidsetTransactionsRemaining(Long transactionsRemaining)
-
Constructor Details
-
RestInstanceModel
public RestInstanceModel()
-
-
Method Details
-
getBaseUrl
- Returns:
- the baseUrl
-
setBaseUrl
- Parameters:
baseUrl- the baseUrl to set
-
getHost
- Returns:
- the host
-
setHost
- Parameters:
host- the host to set
-
getLastIndexedChangesetDate
- Returns:
- the lastIndexedChangesetDate
-
setLastIndexedChangesetDate
- Parameters:
lastIndexedChangesetDate- the lastIndexedChangesetDate to set
-
getLastIndexedChangesetId
- Returns:
- the lastIndexedChangesetId
-
setLastIndexedChangesetId
- Parameters:
lastIndexedChangesetId- the lastIndexedChangesetId to set
-
getLastIndexedTransactionDate
- Returns:
- the lastIndexedTransactionDate
-
setLastIndexedTransactionDate
- Parameters:
lastIndexedTransactionDate- the lastIndexedTransactionDate to set
-
getLastIndexedTransactionId
- Returns:
- the lastIndexedTransactionId
-
setLastIndexedTransactionId
- Parameters:
lastIndexedTransactionId- the lastIndexedTransactionId to set
-
getLastUpdateDate
- Returns:
- the lastUpdateDate
-
setLastUpdateDate
- Parameters:
lastUpdateDate- the lastUpdateDate to set
-
getPort
- Returns:
- the port
-
setPort
- Parameters:
port- the port to set
-
getState
- Returns:
- the state
-
setState
- Parameters:
state- the state to set
-
getMode
- Returns:
- the mode
-
setMode
- Parameters:
mode- the mode to set
-
getTransactionsRemaining
- Returns:
- the transactionsRemaining
-
setTransactionsRemaining
- Parameters:
transactionsRemaining- the transactionsRemaining to set
-
getShardParams
- Returns:
- the shardParams
-
setShardParams
- Parameters:
shardParams- the shardParams to set
-