public static class CreateFenceRequest.MonitoredObject extends Object
| Constructor and Description |
|---|
MonitoredObject(String objectType,
String objectId,
String alertCondition) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlertCondition() |
String |
getObjectId() |
String |
getObjectType() |
void |
setAlertCondition(String alertCondition) |
void |
setObjectId(String objectId) |
void |
setObjectType(String objectType) |
public String getObjectType()
public void setObjectType(String objectType)
public String getObjectId()
public void setObjectId(String objectId)
public String getAlertCondition()
public void setAlertCondition(String alertCondition)
Copyright © 2022. All rights reserved.