public class CancelResult extends VdmComplex<CancelResult>
Original complex type name from the Odata EDM: CancelResult
Modifier and Type | Class and Description |
---|---|
static class |
CancelResult.CancelResultBuilder |
changedOriginalFields
Constructor and Description |
---|
CancelResult() |
CancelResult(String billingDocument,
String cancellationBillingDocument,
String systemMessageType,
String systemMessageIdentification,
String systemMessageNumber,
String systemMessageText,
String systemMessageVariable1,
String systemMessageVariable2,
String systemMessageVariable3,
String systemMessageVariable4) |
Modifier and Type | Method and Description |
---|---|
static CancelResult.CancelResultBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getBillingDocument()
Constraints: Not nullable, Maximum length: 10
|
String |
getCancellationBillingDocument()
Constraints: Not nullable, Maximum length: 10
|
protected Map<String,Object> |
getKey() |
String |
getSystemMessageIdentification()
Constraints: Not nullable, Maximum length: 20
|
String |
getSystemMessageNumber()
Constraints: Not nullable, Maximum length: 3
|
String |
getSystemMessageText()
Constraints: Not nullable, Maximum length: 256
|
String |
getSystemMessageType()
Constraints: Not nullable, Maximum length: 1
|
String |
getSystemMessageVariable1()
Constraints: Not nullable, Maximum length: 50
|
String |
getSystemMessageVariable2()
Constraints: Not nullable, Maximum length: 50
|
String |
getSystemMessageVariable3()
Constraints: Not nullable, Maximum length: 50
|
String |
getSystemMessageVariable4()
Constraints: Not nullable, Maximum length: 50
|
Class<CancelResult> |
getType() |
int |
hashCode() |
void |
setBillingDocument(String billingDocument)
Constraints: Not nullable, Maximum length: 10
|
void |
setCancellationBillingDocument(String cancellationBillingDocument)
Constraints: Not nullable, Maximum length: 10
|
void |
setSystemMessageIdentification(String systemMessageIdentification)
Constraints: Not nullable, Maximum length: 20
|
void |
setSystemMessageNumber(String systemMessageNumber)
Constraints: Not nullable, Maximum length: 3
|
void |
setSystemMessageText(String systemMessageText)
Constraints: Not nullable, Maximum length: 256
|
void |
setSystemMessageType(String systemMessageType)
Constraints: Not nullable, Maximum length: 1
|
void |
setSystemMessageVariable1(String systemMessageVariable1)
Constraints: Not nullable, Maximum length: 50
|
void |
setSystemMessageVariable2(String systemMessageVariable2)
Constraints: Not nullable, Maximum length: 50
|
void |
setSystemMessageVariable3(String systemMessageVariable3)
Constraints: Not nullable, Maximum length: 50
|
void |
setSystemMessageVariable4(String systemMessageVariable4)
Constraints: Not nullable, Maximum length: 50
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public CancelResult()
public CancelResult(@Nullable String billingDocument, @Nullable String cancellationBillingDocument, @Nullable String systemMessageType, @Nullable String systemMessageIdentification, @Nullable String systemMessageNumber, @Nullable String systemMessageText, @Nullable String systemMessageVariable1, @Nullable String systemMessageVariable2, @Nullable String systemMessageVariable3, @Nullable String systemMessageVariable4)
@Nonnull public Class<CancelResult> getType()
getType
in class VdmObject<CancelResult>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<CancelResult>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<CancelResult>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<CancelResult>
public static CancelResult.CancelResultBuilder builder()
@Nullable public String getBillingDocument()
Original property from the Odata EDM: BillingDocument
@Nullable public String getCancellationBillingDocument()
Original property from the Odata EDM: CancellationBillingDocument
@Nullable public String getSystemMessageType()
Original property from the Odata EDM: SystemMessageType
@Nullable public String getSystemMessageIdentification()
Original property from the Odata EDM: SystemMessageIdentification
@Nullable public String getSystemMessageNumber()
Original property from the Odata EDM: SystemMessageNumber
@Nullable public String getSystemMessageText()
Original property from the Odata EDM: SystemMessageText
@Nullable public String getSystemMessageVariable1()
Original property from the Odata EDM: SystemMessageVariable1
@Nullable public String getSystemMessageVariable2()
Original property from the Odata EDM: SystemMessageVariable2
@Nullable public String getSystemMessageVariable3()
Original property from the Odata EDM: SystemMessageVariable3
@Nullable public String getSystemMessageVariable4()
Original property from the Odata EDM: SystemMessageVariable4
public void setBillingDocument(@Nullable String billingDocument)
Original property from the Odata EDM: BillingDocument
billingDocument
- public void setCancellationBillingDocument(@Nullable String cancellationBillingDocument)
Original property from the Odata EDM: CancellationBillingDocument
cancellationBillingDocument
- public void setSystemMessageType(@Nullable String systemMessageType)
Original property from the Odata EDM: SystemMessageType
systemMessageType
- public void setSystemMessageIdentification(@Nullable String systemMessageIdentification)
Original property from the Odata EDM: SystemMessageIdentification
systemMessageIdentification
- public void setSystemMessageNumber(@Nullable String systemMessageNumber)
Original property from the Odata EDM: SystemMessageNumber
systemMessageNumber
- public void setSystemMessageText(@Nullable String systemMessageText)
Original property from the Odata EDM: SystemMessageText
systemMessageText
- public void setSystemMessageVariable1(@Nullable String systemMessageVariable1)
Original property from the Odata EDM: SystemMessageVariable1
systemMessageVariable1
- public void setSystemMessageVariable2(@Nullable String systemMessageVariable2)
Original property from the Odata EDM: SystemMessageVariable2
systemMessageVariable2
- public void setSystemMessageVariable3(@Nullable String systemMessageVariable3)
Original property from the Odata EDM: SystemMessageVariable3
systemMessageVariable3
- public void setSystemMessageVariable4(@Nullable String systemMessageVariable4)
Original property from the Odata EDM: SystemMessageVariable4
systemMessageVariable4
- public String toString()
toString
in class VdmObject<CancelResult>
public boolean equals(Object o)
equals
in class VdmObject<CancelResult>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<CancelResult>
public int hashCode()
hashCode
in class VdmObject<CancelResult>
Copyright © 2019 SAP SE. All rights reserved.