Class DeletePrometheusTempSyncRequest


  • public class DeletePrometheusTempSyncRequest
    extends AbstractModel
    • Constructor Detail

      • DeletePrometheusTempSyncRequest

        public DeletePrometheusTempSyncRequest()
      • DeletePrometheusTempSyncRequest

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

      • getTemplateId

        public String getTemplateId()
        Get 模板id
        Returns:
        TemplateId 模板id
      • setTemplateId

        public void setTemplateId​(String TemplateId)
        Set 模板id
        Parameters:
        TemplateId - 模板id
      • getTargets

        public PrometheusTemplateSyncTarget[] getTargets()
        Get 取消同步的对象列表
        Returns:
        Targets 取消同步的对象列表
      • setTargets

        public void setTargets​(PrometheusTemplateSyncTarget[] Targets)
        Set 取消同步的对象列表
        Parameters:
        Targets - 取消同步的对象列表