public class EndpointMetaData extends Object
Constructor and Description |
---|
EndpointMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactContainerName()
Get the artifactContainer of the endpoint which deployed from
|
String |
getDescription()
Get the description of the endpoint
|
String |
getEndpointString()
Get the configuration of an Endpoint
|
boolean |
getIsEdited()
Get the edit state of the endpoint
|
String |
getName()
Get the name of the endpoint
|
boolean |
isEnableStatistics()
Check whether statistics are enabled for the endpoint
|
boolean |
isSwitchOn()
Get whether endpoint is switched on
|
void |
setArtifactContainerName(String artifactContainerName)
Set the endpoint artifact container name as a metadata
|
void |
setDescription(String description)
Set the endpoint description as a metadata
|
void |
setEnableStatistics(boolean enableStatistics)
Set whether statistics are enabled for the endpoint
|
void |
setEndpointString(String endpointString)
Set the configuration of the endpoint as a metadata
|
void |
setIsEdited(boolean isEdited)
Set the edit state of the endpoint as a metadata
|
void |
setName(String name)
Set the endpoint name as a metadata
|
void |
setSwitchOn(boolean switchOn)
Set whether endpoint is switched on
|
public String getEndpointString()
public void setEndpointString(String endpointString)
endpointString
- endpoint configurationpublic boolean isEnableStatistics()
public void setEnableStatistics(boolean enableStatistics)
enableStatistics
- true if statistics are enabled, otherwise falsepublic boolean isSwitchOn()
public void setSwitchOn(boolean switchOn)
switchOn
- true if endpoint is switched on, otherwise falsepublic String getName()
public void setName(String name)
name
- endpoint namepublic String getDescription()
public void setDescription(String description)
description
- endpoint descriptionpublic String getArtifactContainerName()
public void setArtifactContainerName(String artifactContainerName)
artifactContainerName
- endpoint namepublic boolean getIsEdited()
public void setIsEdited(boolean isEdited)
isEdited
- endpoint nameCopyright © 2020 WSO2. All rights reserved.