Class DestinationServiceV1Response.DestinationOwner

java.lang.Object
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationOwner
Enclosing class:
DestinationServiceV1Response

public static class DestinationServiceV1Response.DestinationOwner extends Object
Owner of the destination object with SCP CF subaccount and instance identifier reference.
  • Constructor Details

    • DestinationOwner

      public DestinationOwner()
  • Method Details

    • getSubaccountId

      public String getSubaccountId()
    • getInstanceId

      public String getInstanceId()
    • setSubaccountId

      public void setSubaccountId(String subaccountId)
    • setInstanceId

      public void setInstanceId(String InstanceId)
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(@Nullable Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object