java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.auxiliary.press.release.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
  • Field Details

  • Constructor Details

    • Content

      public Content()
  • Method Details

    • 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()
    • asService

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

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

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