public class ApplicationInfoDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_APPLICATION_ID |
static String |
SERIALIZED_NAME_ATTRIBUTES |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_GROUPS |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_OWNER |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_SUBSCRIPTION_COUNT |
static String |
SERIALIZED_NAME_THROTTLING_POLICY |
| Constructor and Description |
|---|
ApplicationInfoDTO() |
public static final String SERIALIZED_NAME_APPLICATION_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_THROTTLING_POLICY
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_GROUPS
public static final String SERIALIZED_NAME_SUBSCRIPTION_COUNT
public static final String SERIALIZED_NAME_ATTRIBUTES
public static final String SERIALIZED_NAME_OWNER
public ApplicationInfoDTO applicationId(String applicationId)
@Nullable public String getApplicationId()
public void setApplicationId(String applicationId)
public ApplicationInfoDTO name(String name)
public void setName(String name)
public ApplicationInfoDTO throttlingPolicy(String throttlingPolicy)
@Nullable public String getThrottlingPolicy()
public void setThrottlingPolicy(String throttlingPolicy)
public ApplicationInfoDTO description(String description)
public void setDescription(String description)
public ApplicationInfoDTO status(String status)
public void setStatus(String status)
public ApplicationInfoDTO groups(List<String> groups)
public ApplicationInfoDTO subscriptionCount(Integer subscriptionCount)
@Nullable public Integer getSubscriptionCount()
public void setSubscriptionCount(Integer subscriptionCount)
public ApplicationInfoDTO attributes(Object attributes)
public void setAttributes(Object attributes)
public ApplicationInfoDTO owner(String owner)
public void setOwner(String owner)
Copyright © 2021 WSO2 Inc. All rights reserved.