Class DescribeAuditTrackResponse

    • Constructor Detail

      • DescribeAuditTrackResponse

        public DescribeAuditTrackResponse()
      • DescribeAuditTrackResponse

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

      • getName

        public String getName()
        Get 跟踪集名称
        Returns:
        Name 跟踪集名称
      • setName

        public void setName​(String Name)
        Set 跟踪集名称
        Parameters:
        Name - 跟踪集名称
      • getActionType

        public String getActionType()
        Get 跟踪事件类型(读:Read;写:Write;全部:*)
        Returns:
        ActionType 跟踪事件类型(读:Read;写:Write;全部:*)
      • setActionType

        public void setActionType​(String ActionType)
        Set 跟踪事件类型(读:Read;写:Write;全部:*)
        Parameters:
        ActionType - 跟踪事件类型(读:Read;写:Write;全部:*)
      • getResourceType

        public String getResourceType()
        Get 跟踪事件所属产品(如:cos,全部:*)
        Returns:
        ResourceType 跟踪事件所属产品(如:cos,全部:*)
      • setResourceType

        public void setResourceType​(String ResourceType)
        Set 跟踪事件所属产品(如:cos,全部:*)
        Parameters:
        ResourceType - 跟踪事件所属产品(如:cos,全部:*)
      • getStatus

        public Long getStatus()
        Get 跟踪集状态(未开启:0;开启:1)
        Returns:
        Status 跟踪集状态(未开启:0;开启:1)
      • setStatus

        public void setStatus​(Long Status)
        Set 跟踪集状态(未开启:0;开启:1)
        Parameters:
        Status - 跟踪集状态(未开启:0;开启:1)
      • getEventNames

        public String[] getEventNames()
        Get 跟踪事件接口名列表(全部:[*])
        Returns:
        EventNames 跟踪事件接口名列表(全部:[*])
      • setEventNames

        public void setEventNames​(String[] EventNames)
        Set 跟踪事件接口名列表(全部:[*])
        Parameters:
        EventNames - 跟踪事件接口名列表(全部:[*])
      • getStorage

        public Storage getStorage()
        Get 数据投递存储(目前支持 cos、cls)
        Returns:
        Storage 数据投递存储(目前支持 cos、cls)
      • setStorage

        public void setStorage​(Storage Storage)
        Set 数据投递存储(目前支持 cos、cls)
        Parameters:
        Storage - 数据投递存储(目前支持 cos、cls)
      • getCreateTime

        public String getCreateTime()
        Get 跟踪集创建时间
        Returns:
        CreateTime 跟踪集创建时间
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 跟踪集创建时间
        Parameters:
        CreateTime - 跟踪集创建时间
      • getTrackForAllMembers

        public Long getTrackForAllMembers()
        Get 是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TrackForAllMembers 是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号 注意:此字段可能返回 null,表示取不到有效值。
      • setTrackForAllMembers

        public void setTrackForAllMembers​(Long TrackForAllMembers)
        Set 是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TrackForAllMembers - 是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。