public class GTICustomerTypeReturn extends VdmComplex<GTICustomerTypeReturn>
Original complex type name from the Odata EDM: GTICustomerTypeReturn
Modifier and Type | Class and Description |
---|---|
static class |
GTICustomerTypeReturn.GTICustomerTypeReturnBuilder |
changedOriginalFields
Constructor and Description |
---|
GTICustomerTypeReturn() |
GTICustomerTypeReturn(String customer,
String messageType,
String messageText) |
Modifier and Type | Method and Description |
---|---|
static GTICustomerTypeReturn.GTICustomerTypeReturnBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getCustomer()
Constraints: Not nullable, Maximum length: 10
|
protected Map<String,Object> |
getKey() |
String |
getMessageText()
Constraints: Not nullable, Maximum length: 220
|
String |
getMessageType()
Constraints: Not nullable, Maximum length: 1
|
Class<GTICustomerTypeReturn> |
getType() |
int |
hashCode() |
void |
setCustomer(String customer)
Constraints: Not nullable, Maximum length: 10
|
void |
setMessageText(String messageText)
Constraints: Not nullable, Maximum length: 220
|
void |
setMessageType(String messageType)
Constraints: Not nullable, Maximum length: 1
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
@Nonnull public Class<GTICustomerTypeReturn> getType()
getType
in class VdmObject<GTICustomerTypeReturn>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<GTICustomerTypeReturn>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<GTICustomerTypeReturn>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<GTICustomerTypeReturn>
@Nonnull public static GTICustomerTypeReturn.GTICustomerTypeReturnBuilder builder()
@Nullable public String getCustomer()
Original property from the Odata EDM: Customer
@Nullable public String getMessageType()
Original property from the Odata EDM: MessageType
"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 getMessageText()
Original property from the Odata EDM: MessageText
public void setCustomer(@Nullable String customer)
Original property from the Odata EDM: Customer
customer
- public void setMessageType(@Nullable String messageType)
Original property from the Odata EDM: MessageType
"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.
messageType
- public void setMessageText(@Nullable String messageText)
Original property from the Odata EDM: MessageText
messageText
- @Nonnull public String toString()
toString
in class VdmObject<GTICustomerTypeReturn>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<GTICustomerTypeReturn>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<GTICustomerTypeReturn>
public int hashCode()
hashCode
in class VdmObject<GTICustomerTypeReturn>
Copyright © 2021 SAP SE. All rights reserved.