public class GetLogtailProfileResponse extends Response
| Constructor and Description |
|---|
GetLogtailProfileResponse(Map<String,String> headers) |
GetLogtailProfileResponse(Map<String,String> headers,
int count,
int total,
List<LogtailProfile> logtailProfiles) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
ArrayList<LogtailProfile> |
getLogtailProfiles() |
long |
getTotal() |
void |
setCount(long count) |
void |
setLogtailProfiles(List<LogtailProfile> logtailProfiles) |
void |
setTotal(long total) |
GetAllHeaders, GetHeader, GetRequestIdpublic GetLogtailProfileResponse(Map<String,String> headers, int count, int total, List<LogtailProfile> logtailProfiles)
public long getTotal()
public void setTotal(long total)
public long getCount()
public void setCount(long count)
public ArrayList<LogtailProfile> getLogtailProfiles()
public void setLogtailProfiles(List<LogtailProfile> logtailProfiles)
Copyright © 2025. All Rights Reserved.