Serializablepublic class GetLogtailProfileResponse extends Response
| 构造器 | 说明 |
|---|---|
GetLogtailProfileResponse(Map<String,String> headers) |
|
GetLogtailProfileResponse(Map<String,String> headers,
int count,
int total,
List<LogtailProfile> logtailProfiles) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
long |
getCount() |
|
ArrayList<LogtailProfile> |
getLogtailProfiles() |
|
long |
getTotal() |
|
void |
setCount(long count) |
|
void |
setLogtailProfiles(List<LogtailProfile> logtailProfiles) |
|
void |
setTotal(long total) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitGetAllHeaders, 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 © 2018. All Rights Reserved.