public abstract class MobileSequenceOperation extends Object
Abstract MobileSequenceOperation class.
| Constructor and Description |
|---|
MobileSequenceOperation()
Constructor for MobileSequenceOperation.
|
MobileSequenceOperation(String label)
Constructor for MobileSequenceOperation.
|
MobileSequenceOperation(String gatewayId,
String label)
Constructor for MobileSequenceOperation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGatewayId()
getGatewayId
|
String |
getLabel()
getLabel
|
ThreadCategory |
log()
log
|
void |
setGatewayId(String gatewayId)
setGatewayId
|
void |
setLabel(String label)
setLabel
|
String |
toString()
toString
|
public MobileSequenceOperation()
Constructor for MobileSequenceOperation.
public MobileSequenceOperation(String label)
Constructor for MobileSequenceOperation.
label - a String object.public void setGatewayId(String gatewayId)
setGatewayId
gatewayId - a String object.public ThreadCategory log()
log
ThreadCategory object.Copyright © 2015. All Rights Reserved.