Class GetSolNetworkOperationMetadata

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The date that the resource was created.

        Returns:
        The date that the resource was created.
      • instantiateMetadata

        public final InstantiateMetadata instantiateMetadata()

        Metadata related to the network operation occurrence for network instantiation. This is populated only if the lcmOperationType is INSTANTIATE.

        Returns:
        Metadata related to the network operation occurrence for network instantiation. This is populated only if the lcmOperationType is INSTANTIATE.
      • lastModified

        public final Instant lastModified()

        The date that the resource was last modified.

        Returns:
        The date that the resource was last modified.
      • modifyVnfInfoMetadata

        public final ModifyVnfInfoMetadata modifyVnfInfoMetadata()

        Metadata related to the network operation occurrence for network function updates in a network instance. This is populated only if the lcmOperationType is UPDATE and the updateType is MODIFY_VNF_INFORMATION.

        Returns:
        Metadata related to the network operation occurrence for network function updates in a network instance. This is populated only if the lcmOperationType is UPDATE and the updateType is MODIFY_VNF_INFORMATION.
      • updateNsMetadata

        public final UpdateNsMetadata updateNsMetadata()

        Metadata related to the network operation occurrence for network instance updates. This is populated only if the lcmOperationType is UPDATE and the updateType is UPDATE_NS.

        Returns:
        Metadata related to the network operation occurrence for network instance updates. This is populated only if the lcmOperationType is UPDATE and the updateType is UPDATE_NS.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)