public class FunctionMessage extends VdmComplex<FunctionMessage>
Original complex type name from the Odata EDM: FunctionMessage
Modifier and Type | Class and Description |
---|---|
static class |
FunctionMessage.FunctionMessageBuilder |
changedOriginalFields
Constructor and Description |
---|
FunctionMessage() |
FunctionMessage(String systemMessageType,
String systemMessageIdentification,
String systemMessageNumber,
String systemMessageLongText,
String systemMessageVariable1,
String systemMessageVariable2,
String systemMessageVariable3,
String systemMessageVariable4) |
Modifier and Type | Method and Description |
---|---|
static FunctionMessage.FunctionMessageBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues) |
protected Map<String,Object> |
getKey() |
String |
getSystemMessageIdentification()
Constraints: Not nullable, Maximum length: 20
|
String |
getSystemMessageLongText()
Constraints: Not nullable, Maximum length: 220
|
String |
getSystemMessageNumber()
Constraints: Not nullable, Maximum length: 3
|
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<FunctionMessage> |
getType() |
int |
hashCode() |
void |
setSystemMessageIdentification(String systemMessageIdentification)
Constraints: Not nullable, Maximum length: 20
|
void |
setSystemMessageLongText(String systemMessageLongText)
Constraints: Not nullable, Maximum length: 220
|
void |
setSystemMessageNumber(String systemMessageNumber)
Constraints: Not nullable, Maximum length: 3
|
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 FunctionMessage()
public FunctionMessage(@Nullable String systemMessageType, @Nullable String systemMessageIdentification, @Nullable String systemMessageNumber, @Nullable String systemMessageLongText, @Nullable String systemMessageVariable1, @Nullable String systemMessageVariable2, @Nullable String systemMessageVariable3, @Nullable String systemMessageVariable4)
@Nonnull public Class<FunctionMessage> getType()
getType
in class VdmObject<FunctionMessage>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<FunctionMessage>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<FunctionMessage>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<FunctionMessage>
public static FunctionMessage.FunctionMessageBuilder builder()
@Nullable public String getSystemMessageType()
Original property from the Odata EDM: SystemMessageType
"S" for success messages"E" for error messages"W" for warnings"I" for information messagesDepending on the how a BAPI is implemented, if there is a termination message, a rollback can be executed in the database. All database changes since the last commit work command are cancelled. For further information see the documentation for the BAPI in question.
@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 getSystemMessageLongText()
Original property from the Odata EDM: SystemMessageLongText
@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 setSystemMessageType(@Nullable String systemMessageType)
Original property from the Odata EDM: SystemMessageType
"S" for success messages"E" for error messages"W" for warnings"I" for information messagesDepending on the how a BAPI is implemented, if there is a termination message, a rollback can be executed in the database. All database changes since the last commit work command are cancelled. For further information see the documentation for the BAPI in question.
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 setSystemMessageLongText(@Nullable String systemMessageLongText)
Original property from the Odata EDM: SystemMessageLongText
systemMessageLongText
- 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<FunctionMessage>
public boolean equals(Object o)
equals
in class VdmObject<FunctionMessage>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<FunctionMessage>
public int hashCode()
hashCode
in class VdmObject<FunctionMessage>
Copyright © 2020 SAP SE. All rights reserved.