Class LastDeploymentResponseObject
- java.lang.Object
-
- com.liveperson.faas.response.lambda.LastDeploymentResponseObject
-
public class LastDeploymentResponseObject extends Object
-
-
Constructor Summary
Constructors Constructor Description LastDeploymentResponseObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCreatedAt()StringgetCreatedBy()StringgetDeployedAt()DeploymentErrorResponseObjectgetDeploymentError()StringgetDeploymentState()StringgetImageName()StringgetLambdaUUID()StringgetLambdaVersion()StringgetName()StringgetUpdatedAt()StringgetUpdatedBy()StringgetUuid()inthashCode()voidsetCreatedAt(String createdAt)voidsetCreatedBy(String createdBy)voidsetDeployedAt(String deployedAt)voidsetDeploymentError(DeploymentErrorResponseObject deploymentError)voidsetDeploymentState(String deploymentState)voidsetImageName(String imageName)voidsetLambdaUUID(String lambdaUUID)voidsetLambdaVersion(String lambdaVersion)voidsetName(String name)voidsetUpdatedAt(String updatedAt)voidsetUpdatedBy(String updatedBy)voidsetUuid(String uuid)StringtoString()
-
-
-
Method Detail
-
getUuid
public String getUuid()
-
setUuid
public void setUuid(String uuid)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getLambdaUUID
public String getLambdaUUID()
-
setLambdaUUID
public void setLambdaUUID(String lambdaUUID)
-
getLambdaVersion
public String getLambdaVersion()
-
setLambdaVersion
public void setLambdaVersion(String lambdaVersion)
-
getImageName
public String getImageName()
-
setImageName
public void setImageName(String imageName)
-
getDeploymentState
public String getDeploymentState()
-
setDeploymentState
public void setDeploymentState(String deploymentState)
-
getDeploymentError
public DeploymentErrorResponseObject getDeploymentError()
-
setDeploymentError
public void setDeploymentError(DeploymentErrorResponseObject deploymentError)
-
getCreatedAt
public String getCreatedAt()
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
getUpdatedAt
public String getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(String updatedAt)
-
getDeployedAt
public String getDeployedAt()
-
setDeployedAt
public void setDeployedAt(String deployedAt)
-
getCreatedBy
public String getCreatedBy()
-
setCreatedBy
public void setCreatedBy(String createdBy)
-
getUpdatedBy
public String getUpdatedBy()
-
setUpdatedBy
public void setUpdatedBy(String updatedBy)
-
-