public class CisResult extends java.lang.Object implements Identifiable
| Constructor and Description |
|---|
CisResult()
Instantiates a new cis result.
|
CisResult(CisDecision decision)
Instantiates a new cis result.
|
CisResult(CisDecision decision,
java.lang.String id)
Instantiates a new cis result.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientRefId()
Gets the client ref id.
|
CisDecision |
getDecision()
Gets the decision.
|
java.lang.String |
getHref()
Gets the href.
|
java.lang.String |
getId()
Gets the id.
|
java.lang.String |
getVendorId()
Gets the vendor id.
|
java.lang.String |
getVendorReasonCode()
Gets the vendor reason code.
|
AnnotationHashMap |
getVendorResponses() |
java.lang.String |
getVendorStatusCode()
Gets the vendor status code.
|
void |
setClientRefId(java.lang.String clientRefId)
Sets the client ref id.
|
void |
setDecision(CisDecision decision)
Sets the decision.
|
void |
setHref(java.lang.String href)
Sets the href.
|
void |
setId(java.lang.String id)
Sets the id.
|
void |
setVendorId(java.lang.String vendorId)
Sets the vendor id.
|
void |
setVendorReasonCode(java.lang.String vendorReasonCode)
Sets the vendor reason code.
|
void |
setVendorResponses(AnnotationHashMap vendorResponses) |
void |
setVendorStatusCode(java.lang.String vendorStatusCode)
Sets the vendor status code.
|
public CisResult()
public CisResult(CisDecision decision)
decision - the decisionpublic CisResult(CisDecision decision, java.lang.String id)
decision - the decisionid - the idpublic CisDecision getDecision()
public void setDecision(CisDecision decision)
decision - the decision to setpublic java.lang.String getId()
getId in interface Identifiablepublic void setId(java.lang.String id)
setId in interface Identifiableid - the id to setpublic java.lang.String getVendorReasonCode()
public void setVendorReasonCode(java.lang.String vendorReasonCode)
vendorReasonCode - the vendorReasonCode to setpublic java.lang.String getVendorStatusCode()
public void setVendorStatusCode(java.lang.String vendorStatusCode)
vendorStatusCode - the vendorStatusCode to setpublic java.lang.String getClientRefId()
public void setClientRefId(java.lang.String clientRefId)
clientRefId - the clientRefId to setpublic java.lang.String getVendorId()
public void setVendorId(java.lang.String vendorId)
vendorId - the vendorId to setpublic java.lang.String getHref()
public void setHref(java.lang.String href)
href - the href to setpublic AnnotationHashMap getVendorResponses()
public void setVendorResponses(AnnotationHashMap vendorResponses)
Copyright © 2018 SAP SE. All Rights Reserved.