Class OperationLog

    • Constructor Detail

      • OperationLog

        public OperationLog()
      • OperationLog

        public OperationLog​(OperationLog 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

      • getAction

        public String getAction()
        Get 操作证书动作。
        Returns:
        Action 操作证书动作。
      • setAction

        public void setAction​(String Action)
        Set 操作证书动作。
        Parameters:
        Action - 操作证书动作。
      • getCreatedOn

        public String getCreatedOn()
        Get 操作时间。
        Returns:
        CreatedOn 操作时间。
      • setCreatedOn

        public void setCreatedOn​(String CreatedOn)
        Set 操作时间。
        Parameters:
        CreatedOn - 操作时间。