Class AcceptRejectRequestPFX

java.lang.Object
mx.com.sw.services.acceptreject.requests.AcceptRejectRequestPFX

public class AcceptRejectRequestPFX
extends java.lang.Object
AcceptRejectRequestPFX Clase con estructura para realizar la petición mediante PFX.
Since:
2020-08-01
Version:
0.0.0.1
Author:
Juan Gamez
  • Constructor Summary

    Constructors 
    Constructor Description
    AcceptRejectRequestPFX​(java.util.List<AcceptRejectItem> uuids, java.lang.String password, java.lang.String rfc, java.lang.String b64Pfx)
    Constructor de la clase.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getB64Pfx()
    Obtiene el b64Pfx.
    java.lang.String getPassword()
    Obtiene el password.
    java.lang.String getRfc()
    Obtiene el rfc.
    java.util.List<AcceptRejectItem> getUUIDs()
    Obtiene la lista de folios.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AcceptRejectRequestPFX

      public AcceptRejectRequestPFX​(java.util.List<AcceptRejectItem> uuids, java.lang.String password, java.lang.String rfc, java.lang.String b64Pfx)
      Constructor de la clase.
      Parameters:
      uuids - lista uuid a tratar.
      password - password pfx.
      rfc - rfc emisor.
      b64Pfx - certificado pfx emisor.
  • Method Details

    • getUUIDs

      public java.util.List<AcceptRejectItem> getUUIDs()
      Obtiene la lista de folios. Esté método funciona como setter tambien utilizando de la siguiente manera:
      obj.getUUIDs().add(AcceptRejectItem);
      Returns:
      List AcceptRejectItem
    • getPassword

      public java.lang.String getPassword()
      Obtiene el password.
      Returns:
      String
    • getRfc

      public java.lang.String getRfc()
      Obtiene el rfc.
      Returns:
      String
    • getB64Pfx

      public java.lang.String getB64Pfx()
      Obtiene el b64Pfx.
      Returns:
      String