java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.auxiliary.press.release.About

@ApiType("SoftLayer_Auxiliary_Press_Release_About")
public class About
extends Entity
The SoftLayer_Auxiliary_Press_Release_About service provides all the about paragraphs associated to a press release.
See Also:
SoftLayer_Auxiliary_Press_Release_About
  • Field Details

  • Constructor Details

    • About

      public About()
  • Method Details

    • getContent

      public String getContent()
    • setContent

      public void setContent​(String content)
    • isContentSpecified

      public boolean isContentSpecified()
    • unsetContent

      public void unsetContent()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle​(String title)
    • isTitleSpecified

      public boolean isTitleSpecified()
    • unsetTitle

      public void unsetTitle()
    • asService

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

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

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