Package cronapi.util

Class StorageServiceFileObject


  • public class StorageServiceFileObject
    extends Object
    Classe que representa ...
    Since:
    2017-10-05
    Version:
    1.0
    Author:
    Usuário de Teste
    • Field Detail

      • extension

        public String extension
      • contentType

        public String contentType
      • bytes

        public byte[] bytes
    • Constructor Detail

      • StorageServiceFileObject

        public StorageServiceFileObject​(String name,
                                        String extension,
                                        String contentType,
                                        byte[] bytes)