Package com.confirmit.mobilesdk.trigger
Class TriggerInfo
-
- All Implemented Interfaces:
public final class TriggerInfo
-
-
Field Summary
Fields Modifier and Type Field Description private StringserverIdprivate StringprogramKey
-
Constructor Summary
Constructors Constructor Description TriggerInfo(String serverId, String programKey)
-
Method Summary
Modifier and Type Method Description final StringgetServerId()final UnitsetServerId(String serverId)final StringgetProgramKey()final UnitsetProgramKey(String programKey)-
-
Method Detail
-
getServerId
final String getServerId()
-
setServerId
final Unit setServerId(String serverId)
-
getProgramKey
final String getProgramKey()
-
setProgramKey
final Unit setProgramKey(String programKey)
-
-
-
-