Class OperatorAction

    • Constructor Detail

      • OperatorAction

        public OperatorAction()
      • OperatorAction

        public OperatorAction​(OperatorAction 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 - 可执行操作
      • getCode

        public String getCode()
        Get 编码Code 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Code 编码Code 注意:此字段可能返回 null,表示取不到有效值。
      • setCode

        public void setCode​(String Code)
        Set 编码Code 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Code - 编码Code 注意:此字段可能返回 null,表示取不到有效值。
      • getMessage

        public String getMessage()
        Get 具体信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Message 具体信息 注意:此字段可能返回 null,表示取不到有效值。
      • setMessage

        public void setMessage​(String Message)
        Set 具体信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Message - 具体信息 注意:此字段可能返回 null,表示取不到有效值。