Class AttachedApiInfo

    • Constructor Detail

      • AttachedApiInfo

        public AttachedApiInfo()
      • AttachedApiInfo

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

      • getServiceId

        public String getServiceId()
        Get API所在服务ID。
        Returns:
        ServiceId API所在服务ID。
      • setServiceId

        public void setServiceId​(String ServiceId)
        Set API所在服务ID。
        Parameters:
        ServiceId - API所在服务ID。
      • getServiceName

        public String getServiceName()
        Get API所在服务名称。
        Returns:
        ServiceName API所在服务名称。
      • setServiceName

        public void setServiceName​(String ServiceName)
        Set API所在服务名称。
        Parameters:
        ServiceName - API所在服务名称。
      • getServiceDesc

        public String getServiceDesc()
        Get API所在服务描述信息。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ServiceDesc API所在服务描述信息。 注意:此字段可能返回 null,表示取不到有效值。
      • setServiceDesc

        public void setServiceDesc​(String ServiceDesc)
        Set API所在服务描述信息。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ServiceDesc - API所在服务描述信息。 注意:此字段可能返回 null,表示取不到有效值。
      • 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名称。
      • getApiDesc

        public String getApiDesc()
        Get API描述。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ApiDesc API描述。 注意:此字段可能返回 null,表示取不到有效值。
      • setApiDesc

        public void setApiDesc​(String ApiDesc)
        Set API描述。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ApiDesc - API描述。 注意:此字段可能返回 null,表示取不到有效值。
      • getEnvironment

        public String getEnvironment()
        Get 插件绑定API的环境。
        Returns:
        Environment 插件绑定API的环境。
      • setEnvironment

        public void setEnvironment​(String Environment)
        Set 插件绑定API的环境。
        Parameters:
        Environment - 插件绑定API的环境。
      • getAttachedTime

        public String getAttachedTime()
        Get 插件和API绑定时间。
        Returns:
        AttachedTime 插件和API绑定时间。
      • setAttachedTime

        public void setAttachedTime​(String AttachedTime)
        Set 插件和API绑定时间。
        Parameters:
        AttachedTime - 插件和API绑定时间。