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
@Generated(value="lombok") public AttachmentsCount()
@ConstructorProperties(value="attachmentCount") @Generated(value="lombok") public AttachmentsCount(@Nullable Short attachmentCount)
public Class<AttachmentsCount> getType()
getType
in class VdmObject<AttachmentsCount>
@Generated(value="lombok") public static AttachmentsCount.AttachmentsCountBuilder builder()
@Nullable @Generated(value="lombok") public Short getAttachmentCount()
@Generated(value="lombok") public void setAttachmentCount(@Nullable Short attachmentCount)
attachmentCount
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<AttachmentsCount>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<AttachmentsCount>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<AttachmentsCount>
Copyright © 2018 SAP SE. All rights reserved.