@Beta public class ScpCfDestinationServiceV1Response extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScpCfDestinationServiceV1Response.DestinationAuthToken
Destination authentication token with optional error message and expiration value.
|
static class |
ScpCfDestinationServiceV1Response.DestinationCertificate
Named destination certificate containing optional base64 encoded binary content.
|
static class |
ScpCfDestinationServiceV1Response.DestinationOwner
Owner of the destination object with SCP CF subaccount and instance identifier reference.
|
Constructor and Description |
---|
ScpCfDestinationServiceV1Response() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ScpCfDestinationServiceV1Response.DestinationAuthToken> |
getAuthTokens() |
List<ScpCfDestinationServiceV1Response.DestinationCertificate> |
getCertificates() |
Map<String,String> |
getDestinationConfiguration() |
ScpCfDestinationServiceV1Response.DestinationOwner |
getOwner() |
int |
hashCode() |
void |
setAuthTokens(List<ScpCfDestinationServiceV1Response.DestinationAuthToken> authTokens) |
void |
setCertificates(List<ScpCfDestinationServiceV1Response.DestinationCertificate> certificates) |
void |
setDestinationConfiguration(Map<String,String> destinationConfiguration) |
void |
setOwner(ScpCfDestinationServiceV1Response.DestinationOwner owner) |
String |
toString() |
public ScpCfDestinationServiceV1Response.DestinationOwner getOwner()
public List<ScpCfDestinationServiceV1Response.DestinationAuthToken> getAuthTokens()
public List<ScpCfDestinationServiceV1Response.DestinationCertificate> getCertificates()
public void setOwner(ScpCfDestinationServiceV1Response.DestinationOwner owner)
public void setDestinationConfiguration(Map<String,String> destinationConfiguration)
public void setAuthTokens(List<ScpCfDestinationServiceV1Response.DestinationAuthToken> authTokens)
public void setCertificates(List<ScpCfDestinationServiceV1Response.DestinationCertificate> certificates)
Copyright © 2021 SAP SE. All rights reserved.