类 GetStepResponse

  • 所有已实现的接口:
    Serializable

    public class GetStepResponse
    extends AbstractBceResponse
    Represent the response of GetStepRequest.

    The response contains the properties of the target step, such as: id, actionOnFailure, name, type, properties and status.

    另请参阅:
    序列化表格
    • 构造器详细资料

      • GetStepResponse

        public GetStepResponse()
    • 方法详细资料

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • setStatus

        public void setStatus​(StepStatus status)
      • getActionOnFailure

        public String getActionOnFailure()
      • setActionOnFailure

        public void setActionOnFailure​(String actionOnFailure)
      • setProperties

        public void setProperties​(Map<String,​String> properties)