Class KymaApiData
- java.lang.Object
-
- de.hybris.platform.kymaintegrationservices.dto.KymaApiData
-
- All Implemented Interfaces:
java.io.Serializable
public class KymaApiData extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KymaApiData()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getCertificatesUrl()
java.lang.String
getEventsUrl()
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, no longer neededjava.lang.String
getInfoUrl()
java.lang.String
getMetadataUrl()
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, no longer neededvoid
setCertificatesUrl(java.lang.String certificatesUrl)
void
setEventsUrl(java.lang.String eventsUrl)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, no longer neededvoid
setInfoUrl(java.lang.String infoUrl)
void
setMetadataUrl(java.lang.String metadataUrl)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, no longer needed
-
-
-
Method Detail
-
setInfoUrl
public void setInfoUrl(java.lang.String infoUrl)
-
getInfoUrl
public java.lang.String getInfoUrl()
-
setMetadataUrl
@Deprecated(forRemoval=true) public void setMetadataUrl(java.lang.String metadataUrl)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, no longer needed
-
getMetadataUrl
@Deprecated(forRemoval=true) public java.lang.String getMetadataUrl()
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, no longer needed
-
setEventsUrl
@Deprecated(forRemoval=true) public void setEventsUrl(java.lang.String eventsUrl)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, no longer needed
-
getEventsUrl
@Deprecated(forRemoval=true) public java.lang.String getEventsUrl()
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, no longer needed
-
setCertificatesUrl
public void setCertificatesUrl(java.lang.String certificatesUrl)
-
getCertificatesUrl
public java.lang.String getCertificatesUrl()
-
-