Class IzkmConfig
java.lang.Object
com.persequor.saga.modules.izkm.config.IzkmConfig
@Singleton
@ConfigurationModel(module=IzkmModule.class,
prefix="module-izkm")
public class IzkmConfig
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.persequor.extension.logging.LoggingContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getOmsId()
int
getToken()
boolean
boolean
void
setBasePath
(String basePath) void
setEnableMarkingCodeCleaningAfterReply
(boolean enableMarkingCodeCleaningAfterReply) void
setLogArrayElementsMaxLimit
(int logArrayElementsMaxLimit) void
void
setPerformMarkingCodeStatusCheckOnJustOneEpc
(boolean performMarkingCodeStatusCheckOnJustOneEpc) void
setTaxIdentificationNumber
(String taxIdentificationNumber) void
void
setTokenFetchingFrequency
(Duration tokenFetchingFrequency) void
setTrueApiBasePath
(String trueApiBasePath)
-
Field Details
-
LOG_CONTEXT
public static com.persequor.extension.logging.LoggingContext LOG_CONTEXT
-
-
Constructor Details
-
IzkmConfig
public IzkmConfig()
-
-
Method Details
-
getBasePath
-
setBasePath
-
getTrueApiBasePath
-
setTrueApiBasePath
-
getOmsId
-
setOmsId
-
getToken
-
setToken
-
getLogArrayElementsMaxLimit
public int getLogArrayElementsMaxLimit() -
setLogArrayElementsMaxLimit
public void setLogArrayElementsMaxLimit(int logArrayElementsMaxLimit) -
getPrerequisiteRetryCount
public int getPrerequisiteRetryCount() -
getPrerequisiteRetryDelays
-
getTaxIdentificationNumber
-
setTaxIdentificationNumber
-
isEnableMarkingCodeCleaningAfterReply
public boolean isEnableMarkingCodeCleaningAfterReply() -
setEnableMarkingCodeCleaningAfterReply
public void setEnableMarkingCodeCleaningAfterReply(boolean enableMarkingCodeCleaningAfterReply) -
getTokenFetchingFrequency
-
setTokenFetchingFrequency
-
isPerformMarkingCodeStatusCheckOnJustOneEpc
public boolean isPerformMarkingCodeStatusCheckOnJustOneEpc() -
setPerformMarkingCodeStatusCheckOnJustOneEpc
public void setPerformMarkingCodeStatusCheckOnJustOneEpc(boolean performMarkingCodeStatusCheckOnJustOneEpc)
-