com.baidubce.services.bmr.model
Class GetClusterResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.bmr.model.GetClusterResponse
All Implemented Interfaces:
Serializable

public class GetClusterResponse
extends AbstractBceResponse

Represent the response of GetClusterRequest. The response contains the properties of the target cluster, such as: id, imageType, imageVersion, logUri, name, autoTerminate, status, applications.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetClusterResponse()
           
 
Method Summary
 List<Application> getApplications()
           
 boolean getAutoTerminate()
           
 String getId()
           
 String getImageType()
           
 String getImageVersion()
           
 String getLogUri()
           
 String getName()
           
 boolean getSafeModeEnabled()
           
 boolean getServiceHaEnabled()
           
 ClusterStatus getStatus()
           
 void setApplications(List<Application> applications)
           
 void setAutoTerminate(boolean autoTerminate)
           
 void setId(String id)
           
 void setImageType(String imageType)
           
 void setImageVersion(String imageVersion)
           
 void setLogUri(String logUri)
           
 void setName(String name)
           
 void setSafeModeEnabled(boolean safeModeEnabled)
           
 void setServiceHaEnabled(boolean serviceHaEnabled)
           
 void setStatus(ClusterStatus status)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetClusterResponse

public GetClusterResponse()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getImageType

public String getImageType()

setImageType

public void setImageType(String imageType)

getImageVersion

public String getImageVersion()

getName

public String getName()

setName

public void setName(String name)

getLogUri

public String getLogUri()

setLogUri

public void setLogUri(String logUri)

setImageVersion

public void setImageVersion(String imageVersion)

getAutoTerminate

public boolean getAutoTerminate()

setAutoTerminate

public void setAutoTerminate(boolean autoTerminate)

getStatus

public ClusterStatus getStatus()

setStatus

public void setStatus(ClusterStatus status)

getApplications

public List<Application> getApplications()

setApplications

public void setApplications(List<Application> applications)

getServiceHaEnabled

public boolean getServiceHaEnabled()

setServiceHaEnabled

public void setServiceHaEnabled(boolean serviceHaEnabled)

getSafeModeEnabled

public boolean getSafeModeEnabled()

setSafeModeEnabled

public void setSafeModeEnabled(boolean safeModeEnabled)


Copyright © 2018. All rights reserved.