public class GetAllPlansResponse extends Object
| Constructor and Description |
|---|
GetAllPlansResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetAllPlansResponse |
addPlansItem(GetAllPlansResponsePlans plansItem) |
boolean |
equals(Object o) |
GetAllPlansResponseLinks |
getLinks()
Get links
|
List<GetAllPlansResponsePlans> |
getPlans()
Get plans
|
String |
getSubmitTimeUtc()
Time of request in UTC.
|
Integer |
getTotalCount()
total number of plans created
|
int |
hashCode() |
GetAllPlansResponse |
links(GetAllPlansResponseLinks links) |
GetAllPlansResponse |
plans(List<GetAllPlansResponsePlans> plans) |
void |
setLinks(GetAllPlansResponseLinks links) |
void |
setPlans(List<GetAllPlansResponsePlans> plans) |
void |
setSubmitTimeUtc(String submitTimeUtc) |
void |
setTotalCount(Integer totalCount) |
GetAllPlansResponse |
submitTimeUtc(String submitTimeUtc) |
String |
toString() |
GetAllPlansResponse |
totalCount(Integer totalCount) |
public GetAllPlansResponse links(GetAllPlansResponseLinks links)
public GetAllPlansResponseLinks getLinks()
public void setLinks(GetAllPlansResponseLinks links)
public GetAllPlansResponse submitTimeUtc(String submitTimeUtc)
public String getSubmitTimeUtc()
public void setSubmitTimeUtc(String submitTimeUtc)
public GetAllPlansResponse totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public GetAllPlansResponse plans(List<GetAllPlansResponsePlans> plans)
public GetAllPlansResponse addPlansItem(GetAllPlansResponsePlans plansItem)
public List<GetAllPlansResponsePlans> getPlans()
public void setPlans(List<GetAllPlansResponsePlans> plans)
Copyright © 2025. All rights reserved.