public class AlipaySecurityRiskContentAnalyzeResponse extends AlipayResponse
Constructor and Description |
---|
AlipaySecurityRiskContentAnalyzeResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAppSceneDataId()
Gets app scene data id.
|
String |
getEventId()
Gets event id.
|
List<InfoSecHitDetectItem> |
getHitDetectItems()
Gets hit detect items.
|
String |
getNeedQuery()
Gets need query.
|
String |
getResultAction()
Gets result action.
|
void |
setAppSceneDataId(String appSceneDataId)
Sets app scene data id.
|
void |
setEventId(String eventId)
Sets event id.
|
void |
setHitDetectItems(List<InfoSecHitDetectItem> hitDetectItems)
Sets hit detect items.
|
void |
setNeedQuery(String needQuery)
Sets need query.
|
void |
setResultAction(String resultAction)
Sets result action.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipaySecurityRiskContentAnalyzeResponse()
public void setAppSceneDataId(String appSceneDataId)
appSceneDataId
- the app scene data idpublic String getAppSceneDataId()
public void setEventId(String eventId)
eventId
- the event idpublic String getEventId()
public void setHitDetectItems(List<InfoSecHitDetectItem> hitDetectItems)
hitDetectItems
- the hit detect itemspublic List<InfoSecHitDetectItem> getHitDetectItems()
public void setNeedQuery(String needQuery)
needQuery
- the need querypublic String getNeedQuery()
public void setResultAction(String resultAction)
resultAction
- the result actionpublic String getResultAction()
Copyright © 2018. All rights reserved.