public class ServiceRegisterInfo extends AbstractModel
Constructor and Description |
---|
ServiceRegisterInfo() |
ServiceRegisterInfo(ServiceRegisterInfo 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 |
---|---|
String |
getCgiUrl()
Get 当前服务的回调地址
|
Long |
getServiceType()
Get 当前服务类型:
1: 多经服务
2: 相机误报警确认
3: 底图更新
|
void |
setCgiUrl(String CgiUrl)
Set 当前服务的回调地址
|
void |
setServiceType(Long ServiceType)
Set 当前服务类型:
1: 多经服务
2: 相机误报警确认
3: 底图更新
|
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 ServiceRegisterInfo()
public ServiceRegisterInfo(ServiceRegisterInfo source)
public String getCgiUrl()
public void setCgiUrl(String CgiUrl)
CgiUrl
- 当前服务的回调地址public Long getServiceType()
public void setServiceType(Long ServiceType)
ServiceType
- 当前服务类型:
1: 多经服务
2: 相机误报警确认
3: 底图更新Copyright © 2021. All rights reserved.