Class Note


@ApiType("SoftLayer_Account_Note")
public class Note
extends Entity
See Also:
SoftLayer_Account_Note
  • Field Details

  • Constructor Details

    • Note

      public Note()
  • Method Details

    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount​(Account account)
    • getCustomer

      public Customer getCustomer()
    • setCustomer

      public void setCustomer​(Customer customer)
    • getNoteHistory

      public List<History> getNoteHistory()
    • getAccountId

      public Long getAccountId()
    • setAccountId

      public void setAccountId​(Long accountId)
    • isAccountIdSpecified

      public boolean isAccountIdSpecified()
    • unsetAccountId

      public void unsetAccountId()
    • getCreateDate

      public GregorianCalendar getCreateDate()
    • setCreateDate

      public void setCreateDate​(GregorianCalendar createDate)
    • isCreateDateSpecified

      public boolean isCreateDateSpecified()
    • unsetCreateDate

      public void unsetCreateDate()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getModifyDate

      public GregorianCalendar getModifyDate()
    • setModifyDate

      public void setModifyDate​(GregorianCalendar modifyDate)
    • isModifyDateSpecified

      public boolean isModifyDateSpecified()
    • unsetModifyDate

      public void unsetModifyDate()
    • getNote

      public String getNote()
    • setNote

      public void setNote​(String note)
    • isNoteSpecified

      public boolean isNoteSpecified()
    • unsetNote

      public void unsetNote()
    • getNoteTypeId

      public Long getNoteTypeId()
    • setNoteTypeId

      public void setNoteTypeId​(Long noteTypeId)
    • isNoteTypeIdSpecified

      public boolean isNoteTypeIdSpecified()
    • unsetNoteTypeId

      public void unsetNoteTypeId()
    • getUserId

      public Long getUserId()
    • setUserId

      public void setUserId​(Long userId)
    • isUserIdSpecified

      public boolean isUserIdSpecified()
    • unsetUserId

      public void unsetUserId()
    • getNoteHistoryCount

      public Long getNoteHistoryCount()
    • setNoteHistoryCount

      public void setNoteHistoryCount​(Long noteHistoryCount)
    • asService

      public Note.Service asService​(ApiClient client)
    • service

      public static Note.Service service​(ApiClient client)
    • service

      public static Note.Service service​(ApiClient client, Long id)