public class FenceDetailResponse extends AbstractBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
FenceDetailResponse.AlertSink |
metadata| Constructor and Description |
|---|
FenceDetailResponse() |
FenceDetailResponse(String fenceId,
String fenceName,
String fenceType,
Object fenceParamsOption,
String coordType,
String alertType,
List<FenceDetailResponse.AlertSink> alertSinkList) |
| Modifier and Type | Method and Description |
|---|---|
List<FenceDetailResponse.AlertSink> |
getAlertSinkList() |
String |
getAlertType() |
String |
getCoordType() |
String |
getFenceId() |
String |
getFenceName() |
Object |
getFenceParamsOption() |
String |
getFenceType() |
void |
setAlertSinkList(List<FenceDetailResponse.AlertSink> alertSinkList) |
void |
setAlertType(String alertType) |
void |
setCoordType(String coordType) |
void |
setFenceId(String fenceId) |
void |
setFenceName(String fenceName) |
void |
setFenceParamsOption(Object fenceParamsOption) |
void |
setFenceType(String fenceType) |
getMetadatapublic String getFenceId()
public void setFenceId(String fenceId)
public String getFenceName()
public void setFenceName(String fenceName)
public String getFenceType()
public void setFenceType(String fenceType)
public Object getFenceParamsOption()
public void setFenceParamsOption(Object fenceParamsOption)
public String getCoordType()
public void setCoordType(String coordType)
public String getAlertType()
public void setAlertType(String alertType)
public List<FenceDetailResponse.AlertSink> getAlertSinkList()
public void setAlertSinkList(List<FenceDetailResponse.AlertSink> alertSinkList)
Copyright © 2021. All rights reserved.