Class GTICustomerTypeReturn
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<ObjectT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmComplex<GTICustomerTypeReturn>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.goldentaxinterfacecustomertype.GTICustomerTypeReturn
Original complex type name from the Odata EDM: GTICustomerTypeReturn
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionGTICustomerTypeReturn(String customer, String messageType, String messageText) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullable, Maximum length: 10getKey()Constraints: Not nullable, Maximum length: 220Constraints: Not nullable, Maximum length: 1getType()inthashCode()voidsetCustomer(String customer) Constraints: Not nullable, Maximum length: 10voidsetMessageText(String messageText) Constraints: Not nullable, Maximum length: 220voidsetMessageType(String messageType) Constraints: Not nullable, Maximum length: 1toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Constructor Details
-
GTICustomerTypeReturn
public GTICustomerTypeReturn() -
GTICustomerTypeReturn
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<GTICustomerTypeReturn>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<GTICustomerTypeReturn>
-
fromMap
- Overrides:
fromMapin classVdmObject<GTICustomerTypeReturn>
-
getKey
- Overrides:
getKeyin classVdmObject<GTICustomerTypeReturn>
-
setCustomer
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: Customer
- Parameters:
customer- Customer
-
setMessageType
Constraints: Not nullable, Maximum length: 1Original property from the Odata EDM: MessageType
- Parameters:
messageType- Message Type
-
setMessageText
Constraints: Not nullable, Maximum length: 220Original property from the Odata EDM: MessageText
- Parameters:
messageText- Message Text
-
builder
-
getCustomer
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: Customer
- Returns:
- Customer
-
getMessageType
Constraints: Not nullable, Maximum length: 1Original property from the Odata EDM: MessageType
- Returns:
- Message Type
-
getMessageText
Constraints: Not nullable, Maximum length: 220Original property from the Odata EDM: MessageText
- Returns:
- Message Text
-
toString
- Overrides:
toStringin classVdmObject<GTICustomerTypeReturn>
-
equals
- Overrides:
equalsin classVdmComplex<GTICustomerTypeReturn>
-
canEqual
- Overrides:
canEqualin classVdmComplex<GTICustomerTypeReturn>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmComplex<GTICustomerTypeReturn>
-