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

@ApiType("SoftLayer_Auxiliary_Press_Release_About_Press_Release")
public class Release
extends Entity
The SoftLayer_Auxiliary_Press_Release_About_Press_Release service associates a press release to one or more about paragraphs.
See Also:
SoftLayer_Auxiliary_Press_Release_About_Press_Release
  • Field Details

  • Constructor Details

    • Release

      public Release()
  • Method Details

    • getAboutParagraphs

      public List<About> getAboutParagraphs()
    • getPressReleases

      public List<Release> getPressReleases()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getPressReleaseAboutId

      public Long getPressReleaseAboutId()
    • setPressReleaseAboutId

      public void setPressReleaseAboutId​(Long pressReleaseAboutId)
    • isPressReleaseAboutIdSpecified

      public boolean isPressReleaseAboutIdSpecified()
    • unsetPressReleaseAboutId

      public void unsetPressReleaseAboutId()
    • getPressReleaseId

      public Long getPressReleaseId()
    • setPressReleaseId

      public void setPressReleaseId​(Long pressReleaseId)
    • isPressReleaseIdSpecified

      public boolean isPressReleaseIdSpecified()
    • unsetPressReleaseId

      public void unsetPressReleaseId()
    • getSortOrder

      public Long getSortOrder()
    • setSortOrder

      public void setSortOrder​(Long sortOrder)
    • isSortOrderSpecified

      public boolean isSortOrderSpecified()
    • unsetSortOrder

      public void unsetSortOrder()
    • getAboutParagraphCount

      public Long getAboutParagraphCount()
    • setAboutParagraphCount

      public void setAboutParagraphCount​(Long aboutParagraphCount)
    • getPressReleaseCount

      public Long getPressReleaseCount()
    • setPressReleaseCount

      public void setPressReleaseCount​(Long pressReleaseCount)
    • asService

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

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

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