public class Messages_Response extends VdmComplex<Messages_Response>
Original complex type name from the Odata EDM: Messages_Response
Modifier and Type | Class and Description |
---|---|
static class |
Messages_Response.Messages_ResponseBuilder |
changedOriginalFields
Constructor and Description |
---|
Messages_Response() |
Messages_Response(String billingDocumentRequest,
String messageType,
String message) |
Modifier and Type | Method and Description |
---|---|
static Messages_Response.Messages_ResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getBillingDocumentRequest()
Constraints: Not nullable, Maximum length: 10
|
protected Map<String,Object> |
getKey() |
String |
getMessage()
Constraints: Not nullable, Maximum length: 256
|
String |
getMessageType()
Constraints: Not nullable, Maximum length: 1
|
Class<Messages_Response> |
getType() |
int |
hashCode() |
void |
setBillingDocumentRequest(String billingDocumentRequest)
Constraints: Not nullable, Maximum length: 10
|
void |
setMessage(String message)
Constraints: Not nullable, Maximum length: 256
|
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<Messages_Response> getType()
getType
in class VdmObject<Messages_Response>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<Messages_Response>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<Messages_Response>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<Messages_Response>
public static Messages_Response.Messages_ResponseBuilder builder()
@Nullable public String getBillingDocumentRequest()
Original property from the Odata EDM: BillingDocumentRequest
@Nullable public String getMessageType()
Original property from the Odata EDM: MessageType
@Nullable public String getMessage()
Original property from the Odata EDM: Message
public void setBillingDocumentRequest(@Nullable String billingDocumentRequest)
Original property from the Odata EDM: BillingDocumentRequest
billingDocumentRequest
- public void setMessageType(@Nullable String messageType)
Original property from the Odata EDM: MessageType
messageType
- public void setMessage(@Nullable String message)
Original property from the Odata EDM: Message
message
- public String toString()
toString
in class VdmObject<Messages_Response>
public boolean equals(Object o)
equals
in class VdmObject<Messages_Response>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<Messages_Response>
public int hashCode()
hashCode
in class VdmObject<Messages_Response>
Copyright © 2020 SAP SE. All rights reserved.