public class AttachmentsCount extends VdmComplex<AttachmentsCount>
Original complex type name from the Odata EDM: AttachmentsCount
Modifier and Type | Class and Description |
---|---|
static class |
AttachmentsCount.AttachmentsCountBuilder |
changedOriginalFields
Constructor and Description |
---|
AttachmentsCount() |
AttachmentsCount(Short attachmentCount) |
Modifier and Type | Method and Description |
---|---|
static AttachmentsCount.AttachmentsCountBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues) |
Short |
getAttachmentCount()
Constraints: Not nullable
|
protected Map<String,Object> |
getKey() |
Class<AttachmentsCount> |
getType() |
int |
hashCode() |
void |
setAttachmentCount(Short attachmentCount)
Constraints: Not nullable
|
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<AttachmentsCount> getType()
getType
in class VdmObject<AttachmentsCount>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<AttachmentsCount>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<AttachmentsCount>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<AttachmentsCount>
public static AttachmentsCount.AttachmentsCountBuilder builder()
@Nullable public Short getAttachmentCount()
Original property from the Odata EDM: AttachmentCount
public void setAttachmentCount(@Nullable Short attachmentCount)
Original property from the Odata EDM: AttachmentCount
attachmentCount
- public String toString()
toString
in class VdmObject<AttachmentsCount>
public boolean equals(Object o)
equals
in class VdmObject<AttachmentsCount>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<AttachmentsCount>
public int hashCode()
hashCode
in class VdmObject<AttachmentsCount>
Copyright © 2018 SAP SE. All rights reserved.