Class DescribeNetDetectStatesRequest


  • public class DescribeNetDetectStatesRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeNetDetectStatesRequest

        public DescribeNetDetectStatesRequest()
      • DescribeNetDetectStatesRequest

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

      • getNetDetectIds

        public String[] getNetDetectIds()
        Get 网络探测实例`ID`数组。形如:[`netd-12345678`]。
        Returns:
        NetDetectIds 网络探测实例`ID`数组。形如:[`netd-12345678`]。
      • setNetDetectIds

        public void setNetDetectIds​(String[] NetDetectIds)
        Set 网络探测实例`ID`数组。形如:[`netd-12345678`]。
        Parameters:
        NetDetectIds - 网络探测实例`ID`数组。形如:[`netd-12345678`]。
      • getFilters

        public Filter[] getFilters()
        Get 过滤条件,参数不支持同时指定NetDetectIds和Filters。
      • net-detect-id - String - (过滤条件)网络探测实例ID,形如:netd-12345678。
Returns:
Filters 过滤条件,参数不支持同时指定NetDetectIds和Filters。
  • net-detect-id - String - (过滤条件)网络探测实例ID,形如:netd-12345678。
  • Parameters:
    Filters - 过滤条件,参数不支持同时指定NetDetectIds和Filters。
  • net-detect-id - String - (过滤条件)网络探测实例ID,形如:netd-12345678。