Class Content


  • @ApiType("SoftLayer_Auxiliary_Press_Release_Content")
    public class Content
    extends Entity
    The SoftLayer_Auxiliary_Press_Release_Content service is associated with all actions pertaining to the press release management tool. It can be used to obtain a the press release content for a given press release.
    See Also:
    SoftLayer_Auxiliary_Press_Release_Content
    • Constructor Detail

      • Content

        public Content()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getPressReleaseId

        public Long getPressReleaseId()
      • setPressReleaseId

        public void setPressReleaseId​(Long pressReleaseId)
      • isPressReleaseIdSpecified

        public boolean isPressReleaseIdSpecified()
      • unsetPressReleaseId

        public void unsetPressReleaseId()
      • getText

        public String getText()
      • setText

        public void setText​(String text)
      • isTextSpecified

        public boolean isTextSpecified()
      • unsetText

        public void unsetText()