Class DescribePluginRequest

    • Constructor Detail

      • DescribePluginRequest

        public DescribePluginRequest()
      • DescribePluginRequest

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

      • getPluginId

        public String getPluginId()
        Get 要查询的插件ID。
        Returns:
        PluginId 要查询的插件ID。
      • setPluginId

        public void setPluginId​(String PluginId)
        Set 要查询的插件ID。
        Parameters:
        PluginId - 要查询的插件ID。
      • getLimit

        public Long getLimit()
        Get 返回数量,默认为 20,最大值为 100。
        Returns:
        Limit 返回数量,默认为 20,最大值为 100。
      • setLimit

        public void setLimit​(Long Limit)
        Set 返回数量,默认为 20,最大值为 100。
        Parameters:
        Limit - 返回数量,默认为 20,最大值为 100。
      • getOffset

        public Long getOffset()
        Get 偏移量,默认为 0。
        Returns:
        Offset 偏移量,默认为 0。
      • setOffset

        public void setOffset​(Long Offset)
        Set 偏移量,默认为 0。
        Parameters:
        Offset - 偏移量,默认为 0。