Class APIRevisionDeploymentDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.APIRevisionDeploymentDTO
APIRevisionDeploymentDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets status -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeployedGatewayCount(Integer deployedGatewayCount) deployedTime(String deployedTime) displayOnDevportal(Boolean displayOnDevportal) booleanfailedGatewayCount(Integer failedGatewayCount) The number of gateways in which the API revision is deployed successfullyGet deployedTimeThe number of gateways where the API revision deployment has failedThe number of gateways that are currently live in the gateway environmentgetName()Get nameGet revisionUuidGet statusGet successDeployedTimegetVhost()Get vhostinthashCode()Get displayOnDevportalliveGatewayCount(Integer liveGatewayCount) revisionUuid(String revisionUuid) voidsetDeployedGatewayCount(Integer deployedGatewayCount) voidsetDeployedTime(String deployedTime) voidsetDisplayOnDevportal(Boolean displayOnDevportal) voidsetFailedGatewayCount(Integer failedGatewayCount) voidsetLiveGatewayCount(Integer liveGatewayCount) voidvoidsetRevisionUuid(String revisionUuid) voidvoidsetSuccessDeployedTime(String successDeployedTime) voidsuccessDeployedTime(String successDeployedTime) toString()
-
Field Details
-
SERIALIZED_NAME_REVISION_UUID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_VHOST
- See Also:
-
SERIALIZED_NAME_DISPLAY_ON_DEVPORTAL
- See Also:
-
SERIALIZED_NAME_DEPLOYED_TIME
- See Also:
-
SERIALIZED_NAME_SUCCESS_DEPLOYED_TIME
- See Also:
-
SERIALIZED_NAME_LIVE_GATEWAY_COUNT
- See Also:
-
SERIALIZED_NAME_DEPLOYED_GATEWAY_COUNT
- See Also:
-
SERIALIZED_NAME_FAILED_GATEWAY_COUNT
- See Also:
-
-
Constructor Details
-
APIRevisionDeploymentDTO
public APIRevisionDeploymentDTO()
-
-
Method Details
-
revisionUuid
-
getRevisionUuid
Get revisionUuid- Returns:
- revisionUuid
-
setRevisionUuid
-
name
-
getName
Get name- Returns:
- name
-
setName
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
vhost
-
getVhost
Get vhost- Returns:
- vhost
-
setVhost
-
displayOnDevportal
-
isDisplayOnDevportal
Get displayOnDevportal- Returns:
- displayOnDevportal
-
setDisplayOnDevportal
-
deployedTime
-
getDeployedTime
Get deployedTime- Returns:
- deployedTime
-
setDeployedTime
-
successDeployedTime
-
getSuccessDeployedTime
Get successDeployedTime- Returns:
- successDeployedTime
-
setSuccessDeployedTime
-
liveGatewayCount
-
getLiveGatewayCount
The number of gateways that are currently live in the gateway environment- Returns:
- liveGatewayCount
-
setLiveGatewayCount
-
deployedGatewayCount
-
getDeployedGatewayCount
The number of gateways in which the API revision is deployed successfully- Returns:
- deployedGatewayCount
-
setDeployedGatewayCount
-
failedGatewayCount
-
getFailedGatewayCount
The number of gateways where the API revision deployment has failed- Returns:
- failedGatewayCount
-
setFailedGatewayCount
-
equals
-
hashCode
public int hashCode() -
toString
-