Class MsApiArray

    • Constructor Detail

      • MsApiArray

        public MsApiArray()
      • MsApiArray

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

      • getPath

        public String getPath()
        Get API 请求路径
        Returns:
        Path API 请求路径
      • setPath

        public void setPath​(String Path)
        Set API 请求路径
        Parameters:
        Path - API 请求路径
      • getMethod

        public String getMethod()
        Get 请求方法
        Returns:
        Method 请求方法
      • setMethod

        public void setMethod​(String Method)
        Set 请求方法
        Parameters:
        Method - 请求方法
      • getDescription

        public String getDescription()
        Get 方法描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Description 方法描述 注意:此字段可能返回 null,表示取不到有效值。
      • setDescription

        public void setDescription​(String Description)
        Set 方法描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Description - 方法描述 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public Long getStatus()
        Get API状态 0:离线 1:在线 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Status API状态 0:离线 1:在线 注意:此字段可能返回 null,表示取不到有效值。
      • setStatus

        public void setStatus​(Long Status)
        Set API状态 0:离线 1:在线 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Status - API状态 0:离线 1:在线 注意:此字段可能返回 null,表示取不到有效值。