public class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration extends org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
{
private java.lang.String nodes;
private java.lang.String namespace;
private java.lang.String reconnectBaseSleepTime;
private java.lang.String reconnectMaxSleepTime;
private java.lang.Integer reconnectMaxRetries;
private java.lang.String sessionTimeout;
private java.lang.String connectionTimeout;
private java.lang.String basePath;
public void <init>()
{
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
specialinvoke v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: void <init>(org.apache.camel.model.cloud.ServiceCallDefinition)>(null);
return;
}
public void <init>(org.apache.camel.model.cloud.ServiceCallDefinition)
{
org.apache.camel.model.cloud.ServiceCallDefinition v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: org.apache.camel.model.cloud.ServiceCallDefinition;
specialinvoke v.<org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration: void <init>(org.apache.camel.model.cloud.ServiceCallDefinition,java.lang.String)>(v, "zookeeper-service-discovery");
return;
}
public java.lang.String getNodes()
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v = v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String nodes>;
return v;
}
public void setNodes(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String nodes> = v;
return;
}
public java.lang.String getNamespace()
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v = v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String namespace>;
return v;
}
public void setNamespace(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String namespace> = v;
return;
}
public java.lang.String getReconnectBaseSleepTime()
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v = v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String reconnectBaseSleepTime>;
return v;
}
public void setReconnectBaseSleepTime(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String reconnectBaseSleepTime> = v;
return;
}
public java.lang.String getReconnectMaxSleepTime()
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v = v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String reconnectMaxSleepTime>;
return v;
}
public void setReconnectMaxSleepTime(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String reconnectMaxSleepTime> = v;
return;
}
public java.lang.Integer getReconnectMaxRetries()
{
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
java.lang.Integer v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v = v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.Integer reconnectMaxRetries>;
return v;
}
public void setReconnectMaxRetries(java.lang.Integer)
{
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
java.lang.Integer v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.Integer;
v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.Integer reconnectMaxRetries> = v;
return;
}
public java.lang.String getSessionTimeout()
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v = v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String sessionTimeout>;
return v;
}
public void setSessionTimeout(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String sessionTimeout> = v;
return;
}
public java.lang.String getConnectionTimeout()
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v = v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String connectionTimeout>;
return v;
}
public void setConnectionTimeout(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String connectionTimeout> = v;
return;
}
public java.lang.String getBasePath()
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v = v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String basePath>;
return v;
}
public void setBasePath(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: java.lang.String basePath> = v;
return;
}
public org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration nodes(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
virtualinvoke v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: void setNodes(java.lang.String)>(v);
return v;
}
public org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration namespace(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
virtualinvoke v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: void setNamespace(java.lang.String)>(v);
return v;
}
public org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration reconnectBaseSleepTime(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
virtualinvoke v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: void setReconnectBaseSleepTime(java.lang.String)>(v);
return v;
}
public org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration reconnectMaxSleepTime(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
virtualinvoke v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: void setReconnectMaxSleepTime(java.lang.String)>(v);
return v;
}
public org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration reconnectMaxRetries(int)
{
int v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
java.lang.Integer v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: int;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
virtualinvoke v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: void setReconnectMaxRetries(java.lang.Integer)>(v);
return v;
}
public org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration sessionTimeout(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
virtualinvoke v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: void setSessionTimeout(java.lang.String)>(v);
return v;
}
public org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration connectionTimeout(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
virtualinvoke v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: void setConnectionTimeout(java.lang.String)>(v);
return v;
}
public org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration basePath(java.lang.String)
{
java.lang.String v;
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration v;
v := @this: org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration;
v := @parameter: java.lang.String;
virtualinvoke v.<org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration: void setBasePath(java.lang.String)>(v);
return v;
}
}