public class AttachmentsCount extends VdmComplex<AttachmentsCount>
Modifier and Type | Class and Description |
---|---|
static class |
AttachmentsCount.AttachmentsCountBuilder |
Constructor and Description |
---|
AttachmentsCount() |
AttachmentsCount(Short attachmentCount) |
Modifier and Type | Method and Description |
---|---|
static AttachmentsCount.AttachmentsCountBuilder |
builder() |
boolean |
equals(Object o) |
Short |
getAttachmentCount()
Constraints: Not nullable
|
Class<AttachmentsCount> |
getType() |
int |
hashCode() |
void |
setAttachmentCount(Short attachmentCount)
Constraints: Not nullable
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public Class<AttachmentsCount> getType()
getType
in class VdmObject<AttachmentsCount>
public static AttachmentsCount.AttachmentsCountBuilder builder()
@Nullable public Short getAttachmentCount()
public void setAttachmentCount(@Nullable Short attachmentCount)
attachmentCount
- public String toString()
toString
in class VdmObject<AttachmentsCount>
public boolean equals(Object o)
equals
in class VdmObject<AttachmentsCount>
public int hashCode()
hashCode
in class VdmObject<AttachmentsCount>
Copyright © 2018 SAP SE. All rights reserved.