-
public final class PassioStatusObject that is returned as a result of the configuration process.
-
-
Field Summary
Fields Modifier and Type Field Description private PassioModemodeprivate List<String>missingFilesprivate StringdebugMessageprivate IntegeractiveModelsprivate PassioSDKErrorerrorprivate StringmetadataHash
-
Constructor Summary
Constructors Constructor Description PassioStatus()
-
Method Summary
Modifier and Type Method Description final PassioModegetMode()Indicates the state of the configuration process. final UnitsetMode(PassioMode mode)final List<String>getMissingFiles()If not null, lists all of the missing files needed for the SDK to achieve full operation. final UnitsetMissingFiles(List<String> missingFiles)final StringgetDebugMessage()Message that gives some detail about the result of the configuration process. final UnitsetDebugMessage(String debugMessage)final IntegergetActiveModels()Indicates that current version of the installed files. final UnitsetActiveModels(Integer activeModels)final PassioSDKErrorgetError()If the SDK configuration process run unsuccessfully the error will contain the reason. final UnitsetError(PassioSDKError error)final StringgetMetadataHash()final UnitsetMetadataHash(String metadataHash)StringtoString()-
-
Method Detail
-
getMode
final PassioMode getMode()
Indicates the state of the configuration process.
-
setMode
final Unit setMode(PassioMode mode)
-
getMissingFiles
final List<String> getMissingFiles()
If not null, lists all of the missing files needed for the SDK to achieve full operation.
-
setMissingFiles
final Unit setMissingFiles(List<String> missingFiles)
-
getDebugMessage
final String getDebugMessage()
Message that gives some detail about the result of the configuration process. Should not be used programmatically!
-
setDebugMessage
final Unit setDebugMessage(String debugMessage)
-
getActiveModels
final Integer getActiveModels()
Indicates that current version of the installed files.
-
setActiveModels
final Unit setActiveModels(Integer activeModels)
-
getError
final PassioSDKError getError()
If the SDK configuration process run unsuccessfully the error will contain the reason.
-
setError
final Unit setError(PassioSDKError error)
-
getMetadataHash
final String getMetadataHash()
-
setMetadataHash
final Unit setMetadataHash(String metadataHash)
-
-
-
-