Class DeleteUsagePlanRequest

    • Constructor Detail

      • DeleteUsagePlanRequest

        public DeleteUsagePlanRequest()
      • DeleteUsagePlanRequest

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

      • getUsagePlanId

        public String getUsagePlanId()
        Get 待删除的使用计划唯一 ID。
        Returns:
        UsagePlanId 待删除的使用计划唯一 ID。
      • setUsagePlanId

        public void setUsagePlanId​(String UsagePlanId)
        Set 待删除的使用计划唯一 ID。
        Parameters:
        UsagePlanId - 待删除的使用计划唯一 ID。