Class CreateApiRsp

    • Constructor Detail

      • CreateApiRsp

        public CreateApiRsp()
      • CreateApiRsp

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

      • getApiId

        public String getApiId()
        Get api id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ApiId api id 注意:此字段可能返回 null,表示取不到有效值。
      • setApiId

        public void setApiId​(String ApiId)
        Set api id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ApiId - api id 注意:此字段可能返回 null,表示取不到有效值。
      • getPath

        public String getPath()
        Get 路径 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Path 路径 注意:此字段可能返回 null,表示取不到有效值。
      • setPath

        public void setPath​(String Path)
        Set 路径 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Path - 路径 注意:此字段可能返回 null,表示取不到有效值。
      • getMethod

        public String getMethod()
        Get 请求方法 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Method 请求方法 注意:此字段可能返回 null,表示取不到有效值。
      • setMethod

        public void setMethod​(String Method)
        Set 请求方法 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Method - 请求方法 注意:此字段可能返回 null,表示取不到有效值。
      • getCreatedTime

        public String getCreatedTime()
        Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreatedTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreatedTime

        public void setCreatedTime​(String CreatedTime)
        Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreatedTime - 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public String getStatus()
        Get 导入状态 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Status 导入状态 注意:此字段可能返回 null,表示取不到有效值。
      • setStatus

        public void setStatus​(String Status)
        Set 导入状态 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Status - 导入状态 注意:此字段可能返回 null,表示取不到有效值。
      • getErrMsg

        public String getErrMsg()
        Get 异常信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ErrMsg 异常信息 注意:此字段可能返回 null,表示取不到有效值。
      • setErrMsg

        public void setErrMsg​(String ErrMsg)
        Set 异常信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ErrMsg - 异常信息 注意:此字段可能返回 null,表示取不到有效值。
      • getApiName

        public String getApiName()
        Get api name 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ApiName api name 注意:此字段可能返回 null,表示取不到有效值。
      • setApiName

        public void setApiName​(String ApiName)
        Set api name 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ApiName - api name 注意:此字段可能返回 null,表示取不到有效值。