java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.network.subnet.registration.TransactionDetails

@ApiType("SoftLayer_Container_Network_Subnet_Registration_TransactionDetails")
public class TransactionDetails
extends Entity
SoftLayer_Container_Subnet_Registration_TransactionDetails is provided to return details of a newly created Subnet Registration Transaction.
See Also:
SoftLayer_Container_Network_Subnet_Registration_TransactionDetails
  • Field Details

    • subnetReferences

      @ApiProperty(canBeNullOrNotSet=true) protected List<SubnetReference> subnetReferences
      The IDs and Subnets of the [[SoftLayer_Network_Subnet_Registration]] object.
    • subnetReferencesSpecified

      protected boolean subnetReferencesSpecified
    • transactionId

      @ApiProperty(canBeNullOrNotSet=true) protected Long transactionId
      The ID of the Transaction object.
    • transactionIdSpecified

      protected boolean transactionIdSpecified
  • Constructor Details

    • TransactionDetails

      public TransactionDetails()
  • Method Details

    • getSubnetReferences

      public List<SubnetReference> getSubnetReferences()
    • isSubnetReferencesSpecified

      public boolean isSubnetReferencesSpecified()
    • unsetSubnetReferences

      public void unsetSubnetReferences()
    • getTransactionId

      public Long getTransactionId()
    • setTransactionId

      public void setTransactionId​(Long transactionId)
    • isTransactionIdSpecified

      public boolean isTransactionIdSpecified()
    • unsetTransactionId

      public void unsetTransactionId()