public class DeletePositionFenceRequest extends AbstractModel
Constructor and Description |
---|
DeletePositionFenceRequest() |
DeletePositionFenceRequest(DeletePositionFenceRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getFenceId()
Get 围栏Id
|
String |
getSpaceId()
Get 位置空间Id
|
void |
setFenceId(Long FenceId)
Set 围栏Id
|
void |
setSpaceId(String SpaceId)
Set 位置空间Id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeletePositionFenceRequest()
public DeletePositionFenceRequest(DeletePositionFenceRequest source)
public String getSpaceId()
public void setSpaceId(String SpaceId)
SpaceId
- 位置空间Idpublic Long getFenceId()
public void setFenceId(Long FenceId)
FenceId
- 围栏IdCopyright © 2022. All rights reserved.