java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.storage.massdatamigration.crossregion.country.Xref

@ApiType("SoftLayer_Network_Storage_MassDataMigration_CrossRegion_Country_Xref")
public class Xref
extends Entity
MassDataMigration_CrossRegion_Country_Xref provides a list of countries where Mass Data Migration Device could be shipped for each CleverSafe Object Storage Region.
See Also:
SoftLayer_Network_Storage_MassDataMigration_CrossRegion_Country_Xref
  • Field Details

  • Constructor Details

    • Xref

      public Xref()
  • Method Details

    • getCountry

      public Country getCountry()
    • setCountry

      public void setCountry​(Country country)
    • getLocationGroup

      public Group getLocationGroup()
    • setLocationGroup

      public void setLocationGroup​(Group locationGroup)
    • getCountryId

      public Long getCountryId()
    • setCountryId

      public void setCountryId​(Long countryId)
    • isCountryIdSpecified

      public boolean isCountryIdSpecified()
    • unsetCountryId

      public void unsetCountryId()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getLocationGroupId

      public Long getLocationGroupId()
    • setLocationGroupId

      public void setLocationGroupId​(Long locationGroupId)
    • isLocationGroupIdSpecified

      public boolean isLocationGroupIdSpecified()
    • unsetLocationGroupId

      public void unsetLocationGroupId()
    • asService

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

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

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