Class AvailableApiInfo

    • Constructor Detail

      • AvailableApiInfo

        public AvailableApiInfo()
      • AvailableApiInfo

        public AvailableApiInfo​(AvailableApiInfo 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。
        Returns:
        ApiId API ID。
      • setApiId

        public void setApiId​(String ApiId)
        Set API ID。
        Parameters:
        ApiId - API ID。
      • getApiName

        public String getApiName()
        Get API名称。
        Returns:
        ApiName API名称。
      • setApiName

        public void setApiName​(String ApiName)
        Set API名称。
        Parameters:
        ApiName - API名称。
      • getApiType

        public String getApiType()
        Get API类型。
        Returns:
        ApiType API类型。
      • setApiType

        public void setApiType​(String ApiType)
        Set API类型。
        Parameters:
        ApiType - API类型。
      • 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 API方法。
        Returns:
        Method API方法。
      • setMethod

        public void setMethod​(String Method)
        Set API方法。
        Parameters:
        Method - API方法。
      • getAttachedOtherPlugin

        public Boolean getAttachedOtherPlugin()
        Get API是否绑定其他插件。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AttachedOtherPlugin API是否绑定其他插件。 注意:此字段可能返回 null,表示取不到有效值。
      • setAttachedOtherPlugin

        public void setAttachedOtherPlugin​(Boolean AttachedOtherPlugin)
        Set API是否绑定其他插件。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AttachedOtherPlugin - API是否绑定其他插件。 注意:此字段可能返回 null,表示取不到有效值。
      • getIsAttached

        public Boolean getIsAttached()
        Get API是否绑定当前插件。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsAttached API是否绑定当前插件。 注意:此字段可能返回 null,表示取不到有效值。
      • setIsAttached

        public void setIsAttached​(Boolean IsAttached)
        Set API是否绑定当前插件。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsAttached - API是否绑定当前插件。 注意:此字段可能返回 null,表示取不到有效值。