@Generated(value="OracleSDKGenerator", comments="API Version: 20210101") public class DetectLanguageKeyPhrasesRequest extends BmcRequest<DetectLanguageKeyPhrasesDetails>
Example: Click here to see how to use DetectLanguageKeyPhrasesRequest.
Modifier and Type | Class and Description |
---|---|
static class |
DetectLanguageKeyPhrasesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DetectLanguageKeyPhrasesRequest.Builder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed
request is equal to ‘this’.
|
DetectLanguageKeyPhrasesDetails |
getBody$()
Alternative accessor for the body parameter.
|
DetectLanguageKeyPhrasesDetails |
getDetectLanguageKeyPhrasesDetails()
The details to make keyPhrase detect call.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
int |
hashCode()
Uses invocationCallback and retryConfiguration to generate a hash.
|
DetectLanguageKeyPhrasesRequest.Builder |
toBuilder() |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public DetectLanguageKeyPhrasesDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<DetectLanguageKeyPhrasesDetails>
public static DetectLanguageKeyPhrasesRequest.Builder builder()
public DetectLanguageKeyPhrasesRequest.Builder toBuilder()
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<DetectLanguageKeyPhrasesDetails>
protected boolean canEqual(Object other)
public int hashCode()
BmcRequest
Uses invocationCallback and retryConfiguration to generate a hash.
hashCode
in class BmcRequest<DetectLanguageKeyPhrasesDetails>
public DetectLanguageKeyPhrasesDetails getDetectLanguageKeyPhrasesDetails()
The details to make keyPhrase detect call.
public String getOpcRequestId()
The client request ID for tracing.
Copyright © 2016–2022. All rights reserved.