Class AdhocGetPathAnalysisDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.vnmonitoring.model.GetPathAnalysisDetails
-
- com.oracle.bmc.vnmonitoring.model.AdhocGetPathAnalysisDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AdhocGetPathAnalysisDetails extends GetPathAnalysisDetails
Defines the configuration for getting an ad-hoc path analysis.
Note: Objects should always be created or deserialized using theAdhocGetPathAnalysisDetails.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theAdhocGetPathAnalysisDetails.Builder
, which maintain a set of all explicitly set fields calledAdhocGetPathAnalysisDetails.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AdhocGetPathAnalysisDetails.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.vnmonitoring.model.GetPathAnalysisDetails
GetPathAnalysisDetails.Type
-
-
Constructor Summary
Constructors Constructor Description AdhocGetPathAnalysisDetails(String compartmentId, Integer protocol, Endpoint sourceEndpoint, Endpoint destinationEndpoint, ProtocolParameters protocolParameters, QueryOptions queryOptions)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdhocGetPathAnalysisDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getCompartmentId()
The OCID for the compartment.Endpoint
getDestinationEndpoint()
Integer
getProtocol()
The IP protocol to used for the path analysis.ProtocolParameters
getProtocolParameters()
QueryOptions
getQueryOptions()
Endpoint
getSourceEndpoint()
int
hashCode()
AdhocGetPathAnalysisDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
AdhocGetPathAnalysisDetails
@Deprecated public AdhocGetPathAnalysisDetails(String compartmentId, Integer protocol, Endpoint sourceEndpoint, Endpoint destinationEndpoint, ProtocolParameters protocolParameters, QueryOptions queryOptions)
Deprecated.
-
-
Method Detail
-
builder
public static AdhocGetPathAnalysisDetails.Builder builder()
Create a new builder.
-
toBuilder
public AdhocGetPathAnalysisDetails.Builder toBuilder()
-
getProtocol
public Integer getProtocol()
The IP protocol to used for the path analysis.- Returns:
- the value
-
getSourceEndpoint
public Endpoint getSourceEndpoint()
-
getDestinationEndpoint
public Endpoint getDestinationEndpoint()
-
getProtocolParameters
public ProtocolParameters getProtocolParameters()
-
getQueryOptions
public QueryOptions getQueryOptions()
-
toString
public String toString()
- Overrides:
toString
in classGetPathAnalysisDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classGetPathAnalysisDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classGetPathAnalysisDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classGetPathAnalysisDetails
-
-