@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class WorkflowInstanceExecutionLogRestEndpoint extends Object
Constructor and Description |
---|
WorkflowInstanceExecutionLogRestEndpoint() |
Modifier and Type | Method and Description |
---|---|
WorkflowInstanceExecutionLogRestEndpoint |
destinationName(String destinationName)
Set the destinationName of this
WorkflowInstanceExecutionLogRestEndpoint instance and return the same
instance. |
WorkflowInstanceExecutionLogRestEndpoint |
destinationSubdomain(String destinationSubdomain)
Set the destinationSubdomain of this
WorkflowInstanceExecutionLogRestEndpoint instance and return the
same instance. |
WorkflowInstanceExecutionLogRestEndpoint |
destinationUrl(String destinationUrl)
Set the destinationUrl of this
WorkflowInstanceExecutionLogRestEndpoint instance and return the same
instance. |
boolean |
equals(Object o) |
String |
getDestinationName()
The name of the destination.
|
String |
getDestinationSubdomain()
The subdomain of the account in which the destination was looked up.
|
String |
getDestinationUrl()
The URL configured in the destination.
|
String |
getHttpMethod()
The HTTP method.
|
String |
getRelativePath()
The relative URL configured in the service task.
|
int |
hashCode() |
WorkflowInstanceExecutionLogRestEndpoint |
httpMethod(String httpMethod)
Set the httpMethod of this
WorkflowInstanceExecutionLogRestEndpoint instance and return the same
instance. |
WorkflowInstanceExecutionLogRestEndpoint |
relativePath(String relativePath)
Set the relativePath of this
WorkflowInstanceExecutionLogRestEndpoint instance and return the same
instance. |
void |
setDestinationName(String destinationName)
Set the destinationName of this
WorkflowInstanceExecutionLogRestEndpoint instance. |
void |
setDestinationSubdomain(String destinationSubdomain)
Set the destinationSubdomain of this
WorkflowInstanceExecutionLogRestEndpoint instance. |
void |
setDestinationUrl(String destinationUrl)
Set the destinationUrl of this
WorkflowInstanceExecutionLogRestEndpoint instance. |
void |
setHttpMethod(String httpMethod)
Set the httpMethod of this
WorkflowInstanceExecutionLogRestEndpoint instance. |
void |
setRelativePath(String relativePath)
Set the relativePath of this
WorkflowInstanceExecutionLogRestEndpoint instance. |
String |
toString() |
public WorkflowInstanceExecutionLogRestEndpoint()
@Nonnull public WorkflowInstanceExecutionLogRestEndpoint httpMethod(@Nonnull String httpMethod)
WorkflowInstanceExecutionLogRestEndpoint
instance and return the same
instance.httpMethod
- The HTTP method.WorkflowInstanceExecutionLogRestEndpoint
class@Nonnull public String getHttpMethod()
WorkflowInstanceExecutionLogRestEndpoint
instance.public void setHttpMethod(@Nonnull String httpMethod)
WorkflowInstanceExecutionLogRestEndpoint
instance.httpMethod
- The HTTP method.@Nonnull public WorkflowInstanceExecutionLogRestEndpoint destinationName(@Nonnull String destinationName)
WorkflowInstanceExecutionLogRestEndpoint
instance and return the same
instance.destinationName
- The name of the destination.WorkflowInstanceExecutionLogRestEndpoint
class@Nonnull public String getDestinationName()
WorkflowInstanceExecutionLogRestEndpoint
instance.public void setDestinationName(@Nonnull String destinationName)
WorkflowInstanceExecutionLogRestEndpoint
instance.destinationName
- The name of the destination.@Nonnull public WorkflowInstanceExecutionLogRestEndpoint destinationSubdomain(@Nonnull String destinationSubdomain)
WorkflowInstanceExecutionLogRestEndpoint
instance and return the
same instance.destinationSubdomain
- The subdomain of the account in which the destination was looked up.WorkflowInstanceExecutionLogRestEndpoint
class@Nonnull public String getDestinationSubdomain()
WorkflowInstanceExecutionLogRestEndpoint
instance.public void setDestinationSubdomain(@Nonnull String destinationSubdomain)
WorkflowInstanceExecutionLogRestEndpoint
instance.destinationSubdomain
- The subdomain of the account in which the destination was looked up.@Nonnull public WorkflowInstanceExecutionLogRestEndpoint destinationUrl(@Nonnull String destinationUrl)
WorkflowInstanceExecutionLogRestEndpoint
instance and return the same
instance.destinationUrl
- The URL configured in the destination.WorkflowInstanceExecutionLogRestEndpoint
class@Nonnull public String getDestinationUrl()
WorkflowInstanceExecutionLogRestEndpoint
instance.public void setDestinationUrl(@Nonnull String destinationUrl)
WorkflowInstanceExecutionLogRestEndpoint
instance.destinationUrl
- The URL configured in the destination.@Nonnull public WorkflowInstanceExecutionLogRestEndpoint relativePath(@Nonnull String relativePath)
WorkflowInstanceExecutionLogRestEndpoint
instance and return the same
instance.relativePath
- The relative URL configured in the service task.WorkflowInstanceExecutionLogRestEndpoint
class@Nonnull public String getRelativePath()
WorkflowInstanceExecutionLogRestEndpoint
instance.public void setRelativePath(@Nonnull String relativePath)
WorkflowInstanceExecutionLogRestEndpoint
instance.relativePath
- The relative URL configured in the service task.Copyright © 2021 SAP SE. All rights reserved.