Tabnine Logo
HealthcheckInstance.getAccountId
Code IndexAdd Tabnine to your IDE (free)

How to use
getAccountId
method
in
io.cattle.platform.core.model.HealthcheckInstance

Best Java code snippets using io.cattle.platform.core.model.HealthcheckInstance.getAccountId (Showing top 3 results out of 315)

origin: rancher/cattle

    HealthcheckInstanceHostMap.class,
    HealthcheckInstance.class, healthInstance.getId());
List<? extends Host> availableActiveHosts = allocatorDao.getActiveHosts(healthInstance.getAccountId());
origin: rancher/cattle

@Override
public HandlerResult handle(ProcessState state, ProcessInstance process) {
  ServiceEvent event = (ServiceEvent)state.getResource();
  HealthcheckInstance hcInstance = objectManager.loadResource(HealthcheckInstance.class, event.getHealthcheckInstanceId());
  if (hcInstance != null) {
    return new HandlerResult(
      ObjectMetaDataManager.ACCOUNT_FIELD, hcInstance.getAccountId()
    );
  }
  return null;
}
origin: rancher/cattle

/**
 * {@inheritDoc}
 */
@Override
public void from(io.cattle.platform.core.model.HealthcheckInstance from) {
  setId(from.getId());
  setName(from.getName());
  setAccountId(from.getAccountId());
  setKind(from.getKind());
  setUuid(from.getUuid());
  setDescription(from.getDescription());
  setState(from.getState());
  setCreated(from.getCreated());
  setRemoved(from.getRemoved());
  setRemoveTime(from.getRemoveTime());
  setData(from.getData());
  setInstanceId(from.getInstanceId());
}
io.cattle.platform.core.modelHealthcheckInstancegetAccountId

Javadoc

Getter for cattle.healthcheck_instance.account_id.

Popular methods of HealthcheckInstance

  • getId
    Getter for cattle.healthcheck_instance.id.
  • getInstanceId
    Getter for cattle.healthcheck_instance.instance_id.
  • getRemoved
    Getter for cattle.healthcheck_instance.removed.
  • from
    Load data from another generated Record/POJO implementing the common interface HealthcheckInstance
  • getCreated
    Getter for cattle.healthcheck_instance.created.
  • getData
    Getter for cattle.healthcheck_instance.data.
  • getDescription
    Getter for cattle.healthcheck_instance.description.
  • getKind
    Getter for cattle.healthcheck_instance.kind.
  • getName
    Getter for cattle.healthcheck_instance.name.
  • getRemoveTime
    Getter for cattle.healthcheck_instance.remove_time.
  • getState
    Getter for cattle.healthcheck_instance.state.
  • getUuid
    Getter for cattle.healthcheck_instance.uuid.
  • getState,
  • getUuid

Popular in Java

  • Finding current android device location
  • addToBackStack (FragmentTransaction)
  • getResourceAsStream (ClassLoader)
  • compareTo (BigDecimal)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Permission (java.security)
    Legacy security code; do not use.
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Table (org.hibernate.mapping)
    A relational table
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now