Class DeleteRepresentativeResponse

java.lang.Object
com.wechat.pay.java.service.retailstore.model.DeleteRepresentativeResponse

public class DeleteRepresentativeResponse extends Object
DeleteRepresentativeResponse
  • Constructor Details

    • DeleteRepresentativeResponse

      public DeleteRepresentativeResponse()
  • Method Details

    • getActivityId

      public String getActivityId()
    • setActivityId

      public void setActivityId(String activityId)
    • getFailedRepresentativeInfoList

      public List<RepresentativeInfo> getFailedRepresentativeInfoList()
    • setFailedRepresentativeInfoList

      public void setFailedRepresentativeInfoList(List<RepresentativeInfo> failedRepresentativeInfoList)
    • getDeleteTime

      public String getDeleteTime()
    • setDeleteTime

      public void setDeleteTime(String deleteTime)
    • toString

      public String toString()
      Overrides:
      toString in class Object