Class CdpProfilesResponse

java.lang.Object
com.sap.sapmyaccountservices.order.data.CdpProfilesResponse
All Implemented Interfaces:
Serializable

public class CdpProfilesResponse extends Object implements Serializable
See Also:
  • Constructor Details

    • CdpProfilesResponse

      public CdpProfilesResponse()
  • Method Details

    • setProfile

      public void setProfile(List<Profile> profile)
    • getProfile

      public List<Profile> getProfile()
    • setCount

      public void setCount(String count)
    • getCount

      public String getCount()
    • setTotalCount

      public void setTotalCount(String totalCount)
    • getTotalCount

      public String getTotalCount()