java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.backbone.location.Dependent

@ApiType("SoftLayer_Network_Backbone_Location_Dependent")
public class Dependent
extends Entity
See Also:
SoftLayer_Network_Backbone_Location_Dependent
  • Field Details

  • Constructor Details

    • Dependent

      public Dependent()
  • Method Details

    • getDependentLocation

      public Location getDependentLocation()
    • setDependentLocation

      public void setDependentLocation​(Location dependentLocation)
    • getSourceLocation

      public Location getSourceLocation()
    • setSourceLocation

      public void setSourceLocation​(Location sourceLocation)
    • getDependentLocationId

      public Long getDependentLocationId()
    • setDependentLocationId

      public void setDependentLocationId​(Long dependentLocationId)
    • isDependentLocationIdSpecified

      public boolean isDependentLocationIdSpecified()
    • unsetDependentLocationId

      public void unsetDependentLocationId()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getSourceLocationId

      public Long getSourceLocationId()
    • setSourceLocationId

      public void setSourceLocationId​(Long sourceLocationId)
    • isSourceLocationIdSpecified

      public boolean isSourceLocationIdSpecified()
    • unsetSourceLocationId

      public void unsetSourceLocationId()
    • asService

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

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

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