Class AIModelInfo

    • Constructor Detail

      • AIModelInfo

        public AIModelInfo()
      • AIModelInfo

        public AIModelInfo​(AIModelInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getProductId

        public String getProductId()
        Get 产品ID
        Returns:
        ProductId 产品ID
      • setProductId

        public void setProductId​(String ProductId)
        Set 产品ID
        Parameters:
        ProductId - 产品ID
      • getProductName

        public String getProductName()
        Get 产品名称
        Returns:
        ProductName 产品名称
      • setProductName

        public void setProductName​(String ProductName)
        Set 产品名称
        Parameters:
        ProductName - 产品名称
      • getStatus

        public Long getStatus()
        Get 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过
        Returns:
        Status 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过
      • setStatus

        public void setStatus​(Long Status)
        Set 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过
        Parameters:
        Status - 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过
      • getTotal

        public Long getTotal()
        Get 可调用数量
        Returns:
        Total 可调用数量
      • setTotal

        public void setTotal​(Long Total)
        Set 可调用数量
        Parameters:
        Total - 可调用数量
      • getUsed

        public Long getUsed()
        Get 已调用数量
        Returns:
        Used 已调用数量
      • setUsed

        public void setUsed​(Long Used)
        Set 已调用数量
        Parameters:
        Used - 已调用数量
      • getApplyTime

        public Long getApplyTime()
        Get 申请时间
        Returns:
        ApplyTime 申请时间
      • setApplyTime

        public void setApplyTime​(Long ApplyTime)
        Set 申请时间
        Parameters:
        ApplyTime - 申请时间
      • getApprovalTime

        public Long getApprovalTime()
        Get 审批通过时间
        Returns:
        ApprovalTime 审批通过时间
      • setApprovalTime

        public void setApprovalTime​(Long ApprovalTime)
        Set 审批通过时间
        Parameters:
        ApprovalTime - 审批通过时间